Html Css Color HEX #E008C2 Deep Magenta

📋 copy color: '#E008C2'

red 224 ◦ green 8 ◦ blue 194

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

Shades of Deep Magenta #E008C2

Tints of Deep Magenta #E008C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.54%

R = 52.58%
G = 1.88%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E008C2 (or 0xE008C2) is known color: Deep Magenta. HEX triplet: E0, 08 and C2. RGB value is (224,8,194). Sum of RGB (Red+Green+Blue) = 224+8+194=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E008C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008C2 is #1FF73D. Grayscale: #5D5D5D. Windows color (decimal): -2094910 or 12716256. OLE color: 12716256.

HSL color Cylindrical-coordinate representation of color #E008C2: hue angle of 308.33º 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 #E008C2 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 194 -
CMYK 0 0.96 0.13 0.12
HSL 308.33º 0.93% 0.45% -
HSV(B) 308.33º 0.96% 0.88% -
XYZ 40.56 19.92 52.75 -
YUV 93.79 184.56 220.88 -
System Red Green Blue C M Y K H S L
Decimal 224 8 194 0 0.96 0.13 0.12 308.33 0.93 0.45
Hex E0 8 C2 0 60 D C 134 5D 2D
Octal 340 10 302 0 140 15 14 464 135 55
Binary 11100000 1000 11000010 0 1100000 1101 1100 100110100 1011101 101101

Color Harmonies of #E008C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008C2

Black with #E008C2

Text Example


Text Example

White with #E008C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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