Html Css Color HEX #E00CCE Deep Magenta

📋 copy color: '#E00CCE'

red 224 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #E00CCE

Tints of Deep Magenta #E00CCE

RGB

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

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

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

R = 50.68%
G = 2.71%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00CCE (or 0xE00CCE) is known color: Deep Magenta. HEX triplet: E0, 0C and CE. RGB value is (224,12,206). Sum of RGB (Red+Green+Blue) = 224+12+206=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CCE is #1FF331. Grayscale: #606060. Windows color (decimal): -2093874 or 13503712. OLE color: 13503712.

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

Color convert

RGB 224 12 206 -
CMYK 0 0.95 0.08 0.12
HSL 305.09º 0.9% 0.46% -
HSV(B) 305.09º 0.95% 0.88% -
XYZ 42.01 20.57 60.15 -
YUV 97.5 189.24 218.23 -
System Red Green Blue C M Y K H S L
Decimal 224 12 206 0 0.95 0.08 0.12 305.09 0.9 0.46
Hex E0 C CE 0 5F 8 C 131 5A 2E
Octal 340 14 316 0 137 10 14 461 132 56
Binary 11100000 1100 11001110 0 1011111 1000 1100 100110001 1011010 101110

Color Harmonies of #E00CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CCE

Black with #E00CCE

Text Example


Text Example

White with #E00CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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