COLOR #E508E8

HEX: #E508E8 RGB: (229,8,232)

Color info

#E508E8 contains mainly red and blue colors. Web safe color of #E508E8 is #CC00FF (or #C0F).

RGB color model

#E508E8 color RGB value is (229,8,232).

RGB: (229,8,232) (90%, 3%, 91%)

RGB channels and saturation

R 229 of 255 = 90%
G 8 of 255 = 3%
B 232 of 255 = 91%

229
8
232

R + G + B ~ 61%. #E508E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 8 + 232 = 469 (100%)
R 229 of 469 ~ 48.83%
G 8 of 469 ~ 1.71%
B 232 of 469 ~ 49.47'%

%48.83
%49.47

CMYK color model

#E508E8 color CMYK value is (1,97,0,9).

  • cyan value is 1.29%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (1,97,0,9)
C1M97Y0K9 (1%, 97%, 0%, 9%)
(0.01 / 0.97 / 0.00 / 0.09)

CMYK percentages

%1.29
%96.55
%0
%9.02

Codes

Color #E508E8 in popluar color models

E5 08 E8
RGB 229 8 232
HSL 299° 93.33% 47.06%
HSB/HSV 299° 96.55% 90.98%
CMYK 1.29% 96.55% 0.00%
9.02%

Color #E508E8 in popluar number systems.

HEX E5 08 E8
Decimal 229 8 232
Binary 11100101 1000 11101000
Octal 345 10 350

Shades and tints

Shades of #E508E8

#E508E8
(229,8,232)
#D108D3
(209,8,211)
#BD08BE
(189,8,190)
#A908A9
(169,8,169)
#950894
(149,8,148)
#81087F
(129,8,127)
#6D086A
(109,8,106)
#590855
(89,8,85)
#450840
(69,8,64)
#31082B
(49,8,43)
#1D0816
(29,8,22)
#000000
(0,0,0)

Tints of #E508E8

#E508E8
(229,8,232)
#E71EEA
(231,30,234)
#E934EC
(233,52,236)
#EB4AEE
(235,74,238)
#ED60F0
(237,96,240)
#EF76F2
(239,118,242)
#F18CF4
(241,140,244)
#F3A2F6
(243,162,246)
#F5B8F8
(245,184,248)
#F7CEFA
(247,206,250)
#F9E4FC
(249,228,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E508E8 color. Also use rgb(229,8,232) instead hex code.

Text Font Color

.myTextColor { color: #E508E8; }

<p style="color:#E508E8">This sample text font color is #E508E8.</p>

This text font color is #E508E8.

Background Color

.myBgColor { background-color: #E508E8; }

<div style="background-color:#E508E8">Inner text</div>

This div background color is #E508E8.

Border color

.myBorderColor { border: 1px solid #E508E8; }

<div style="border:3px solid #E508E8">Div</div>

This div border color is #E508E8.

Opacity

.myOpacity80 { color: #E508E8; opacity: 0.8; }

<p style="color:#E508E8;opacity:0.8;">80%</p>

Text with #E508E8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E508E8;}

<p style="text-shadow: 3px 3px 1px #E508E8">Text here.</p>

This text has shadow with #E508E8 color.


.textShadow {text-shadow: 3px 3px 1px #E508E8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E508E8, 5px 5px 20px red">Text here.</p>

This text has shadow with #E508E8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E508E8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E508E8, Direction=45, Strength=4)">Text</p>

This text has shadow with #E508E8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E508E8;
-webkit-box-shadow: 1px 1px 3px 2px #E508E8;
box-shadow: 1px 1px 3px 2px #E508E8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E508E8; -webkit-box-shadow: 1px 1px 3px 2px #E508E8; box-shadow:1px 1px 3px 2px #E508E8;">
Div content here
</div>

This div box has shadow with color #E508E8.

Preview

Color preview on black background

This text has color #E508E8 on black background.


Color preview on white background

This text has color #E508E8 on white background.


Black color preview on #E508E8 background

This text has black color on #E508E8 background.


White color preview on #E508E8 background

This text has white color on #E508E8 background.


Related colors

Complementary color

Complementary color for #hex is #1AF717.


I love getcolorcode.com

Triadic colors

1 #E8E508 and #08E8E5 with #E508E8 are triadic colors.

2 #E808E5 and #08E5E8 with #E508E8 are triadic colors.