Html Css Color HEX #E011CB Deep Magenta

📋 copy color: '#E011CB'

red 224 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #E011CB

Tints of Deep Magenta #E011CB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.83%

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

R = 50.45%
G = 3.83%
B = 45.72%

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

#E011CB (or 0xE011CB) is known color: Deep Magenta. HEX triplet: E0, 11 and CB. RGB value is (224,17,203). Sum of RGB (Red+Green+Blue) = 224+17+203=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E011CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011CB is #1FEE34. Grayscale: #636363. Windows color (decimal): -2092597 or 13308384. OLE color: 13308384.

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

Color convert

RGB 224 17 203 -
CMYK 0 0.92 0.09 0.12
HSL 306.09º 0.86% 0.47% -
HSV(B) 306.09º 0.92% 0.88% -
XYZ 41.72 20.56 58.27 -
YUV 100.1 186.08 216.38 -
System Red Green Blue C M Y K H S L
Decimal 224 17 203 0 0.92 0.09 0.12 306.09 0.86 0.47
Hex E0 11 CB 0 5C 9 C 132 56 2F
Octal 340 21 313 0 134 11 14 462 126 57
Binary 11100000 10001 11001011 0 1011100 1001 1100 100110010 1010110 101111

Color Harmonies of #E011CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011CB

Black with #E011CB

Text Example


Text Example

White with #E011CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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