Html Css Color HEX #E00CD6 Deep Magenta

📋 copy color: '#E00CD6'

red 224 ◦ green 12 ◦ blue 214

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

Shades of Deep Magenta #E00CD6

Tints of Deep Magenta #E00CD6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.67%

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 49.78%
G = 2.67%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E00CD6 (or 0xE00CD6) is known color: Deep Magenta. HEX triplet: E0, 0C and D6. RGB value is (224,12,214). Sum of RGB (Red+Green+Blue) = 224+12+214=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CD6 is #1FF329. Grayscale: #616161. Windows color (decimal): -2093866 or 14028000. OLE color: 14028000.

HSL color Cylindrical-coordinate representation of color #E00CD6: hue angle of 302.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CD6 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 214 -
CMYK 0 0.95 0.04 0.12
HSL 302.83º 0.9% 0.46% -
HSV(B) 302.83º 0.95% 0.88% -
XYZ 43.01 20.97 65.4 -
YUV 98.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 224 12 214 0 0.95 0.04 0.12 302.83 0.9 0.46
Hex E0 C D6 0 5F 4 C 12F 5A 2E
Octal 340 14 326 0 137 4 14 457 132 56
Binary 11100000 1100 11010110 0 1011111 100 1100 100101111 1011010 101110

Color Harmonies of #E00CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CD6

Black with #E00CD6

Text Example


Text Example

White with #E00CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CD6; }

 p { color: rgb(224,12,214); }

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

background-color css

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

 a { background-color: rgb(224,12,214); }

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

border-color css

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

 span { border-color: rgb(224,12,214); }

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