Html Css Color HEX #E012CC Deep Magenta

📋 copy color: '#E012CC'

red 224 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #E012CC

Tints of Deep Magenta #E012CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.04%

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

R = 50.22%
G = 4.04%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E012CC (or 0xE012CC) is known color: Deep Magenta. HEX triplet: E0, 12 and CC. RGB value is (224,18,204). Sum of RGB (Red+Green+Blue) = 224+18+204=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E012CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012CC is #1FED33. Grayscale: #646464. Windows color (decimal): -2092340 or 13374176. OLE color: 13374176.

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

Color convert

RGB 224 18 204 -
CMYK 0 0.92 0.09 0.12
HSL 305.83º 0.85% 0.47% -
HSV(B) 305.83º 0.92% 0.88% -
XYZ 41.86 20.64 58.9 -
YUV 100.8 186.25 215.88 -
System Red Green Blue C M Y K H S L
Decimal 224 18 204 0 0.92 0.09 0.12 305.83 0.85 0.47
Hex E0 12 CC 0 5C 9 C 132 55 2F
Octal 340 22 314 0 134 11 14 462 125 57
Binary 11100000 10010 11001100 0 1011100 1001 1100 100110010 1010101 101111

Color Harmonies of #E012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012CC

Black with #E012CC

Text Example


Text Example

White with #E012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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