Html Css Color HEX #E010CB Deep Magenta

📋 copy color: '#E010CB'

red 224 ◦ green 16 ◦ blue 203

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

Shades of Deep Magenta #E010CB

Tints of Deep Magenta #E010CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

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

R = 50.56%
G = 3.61%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E010CB (or 0xE010CB) is known color: Deep Magenta. HEX triplet: E0, 10 and CB. RGB value is (224,16,203). Sum of RGB (Red+Green+Blue) = 224+16+203=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E010CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010CB is #1FEF34. Grayscale: #626262. Windows color (decimal): -2092853 or 13308128. OLE color: 13308128.

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

Color convert

RGB 224 16 203 -
CMYK 0 0.93 0.09 0.12
HSL 306.06º 0.87% 0.47% -
HSV(B) 306.06º 0.93% 0.88% -
XYZ 41.71 20.53 58.26 -
YUV 99.51 186.41 216.79 -
System Red Green Blue C M Y K H S L
Decimal 224 16 203 0 0.93 0.09 0.12 306.06 0.87 0.47
Hex E0 10 CB 0 5D 9 C 132 57 2F
Octal 340 20 313 0 135 11 14 462 127 57
Binary 11100000 10000 11001011 0 1011101 1001 1100 100110010 1010111 101111

Color Harmonies of #E010CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E010CB

Black with #E010CB

Text Example


Text Example

White with #E010CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E010CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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