Html Css Color HEX #E008CE Deep Magenta

📋 copy color: '#E008CE'

red 224 ◦ green 8 ◦ blue 206

#E008CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E008CE

Tints of Deep Magenta #E008CE

RGB

 RED value IS 224 (87.89% from 255) = 51.14%

 GREEN value IS 8 (3.52% from 255) = 1.83%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 51.14%
G = 1.83%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E008CE (or 0xE008CE) is known color: Deep Magenta. HEX triplet: E0, 08 and CE. RGB value is (224,8,206). Sum of RGB (Red+Green+Blue) = 224+8+206=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 8 (3.52% from 255 or 1.83% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E008CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008CE is #1FF731. Grayscale: #5E5E5E. Windows color (decimal): -2094898 or 13502688. OLE color: 13502688.

HSL color Cylindrical-coordinate representation of color #E008CE: hue angle of 305º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008CE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 206 -
CMYK 0 0.96 0.08 0.12
HSL 305º 0.93% 0.45% -
HSV(B) 305º 0.96% 0.88% -
XYZ 41.97 20.48 60.13 -
YUV 95.16 190.56 219.9 -
System Red Green Blue C M Y K H S L
Decimal 224 8 206 0 0.96 0.08 0.12 305 0.93 0.45
Hex E0 8 CE 0 60 8 C 131 5D 2D
Octal 340 10 316 0 140 10 14 461 135 55
Binary 11100000 1000 11001110 0 1100000 1000 1100 100110001 1011101 101101

Color Harmonies of #E008CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008CE

Black with #E008CE

Text Example


Text Example

White with #E008CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008CE; }

 p { color: rgb(224,8,206); }

 H1.HeaderClassName
 {
   color: #E008CE;
 }
 .AnyTagClassName
 {
   color: #E008CE;
 }
</style>

background-color css

<style>
 a { background-color: #E008CE; }

 a { background-color: rgb(224,8,206); }

 div.DivClassName
 {
   background-color: #E008CE;
 }
 .BgClassName
 {
   background-color: #E008CE;
 }
</style>

border-color css

<style>
 span { border-color: #E008CE; }

 span { border-color: rgb(224,8,206); }

 td.TdClassName
 {
   border-color: #E008CE;
 }
 .TagClassName
 {
   border-color: #E008CE;
 }
</style>