Html Css Color HEX #E012CB Deep Magenta

📋 copy color: '#E012CB'

red 224 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #E012CB

Tints of Deep Magenta #E012CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 50.34%
G = 4.04%
B = 45.62%

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

#E012CB (or 0xE012CB) is known color: Deep Magenta. HEX triplet: E0, 12 and CB. RGB value is (224,18,203). Sum of RGB (Red+Green+Blue) = 224+18+203=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E012CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012CB is #1FED34. Grayscale: #646464. Windows color (decimal): -2092341 or 13308640. OLE color: 13308640.

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

Color convert

RGB 224 18 203 -
CMYK 0 0.92 0.09 0.12
HSL 306.12º 0.85% 0.47% -
HSV(B) 306.12º 0.92% 0.88% -
XYZ 41.74 20.59 58.27 -
YUV 100.68 185.75 215.96 -
System Red Green Blue C M Y K H S L
Decimal 224 18 203 0 0.92 0.09 0.12 306.12 0.85 0.47
Hex E0 12 CB 0 5C 9 C 132 55 2F
Octal 340 22 313 0 134 11 14 462 125 57
Binary 11100000 10010 11001011 0 1011100 1001 1100 100110010 1010101 101111

Color Harmonies of #E012CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012CB

Black with #E012CB

Text Example


Text Example

White with #E012CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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