Html Css Color HEX #E01CCC Deep Magenta

📋 copy color: '#E01CCC'

red 224 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #E01CCC

Tints of Deep Magenta #E01CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 49.12%
G = 6.14%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E01CCC (or 0xE01CCC) is known color: Deep Magenta. HEX triplet: E0, 1C and CC. RGB value is (224,28,204). Sum of RGB (Red+Green+Blue) = 224+28+204=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCC is #1FE333. Grayscale: #6A6A6A. Windows color (decimal): -2089780 or 13376736. OLE color: 13376736.

HSL color Cylindrical-coordinate representation of color #E01CCC: hue angle of 306.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CCC is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 204 -
CMYK 0 0.88 0.09 0.12
HSL 306.12º 0.78% 0.49% -
HSV(B) 306.12º 0.88% 0.88% -
XYZ 42.05 21.04 58.97 -
YUV 106.67 182.93 211.69 -
System Red Green Blue C M Y K H S L
Decimal 224 28 204 0 0.88 0.09 0.12 306.12 0.78 0.49
Hex E0 1C CC 0 58 9 C 132 4E 31
Octal 340 34 314 0 130 11 14 462 116 61
Binary 11100000 11100 11001100 0 1011000 1001 1100 100110010 1001110 110001

Color Harmonies of #E01CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CCC

Black with #E01CCC

Text Example


Text Example

White with #E01CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CCC; }

 p { color: rgb(224,28,204); }

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

background-color css

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

 a { background-color: rgb(224,28,204); }

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

border-color css

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

 span { border-color: rgb(224,28,204); }

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