Html Css Color HEX #E002CB Deep Magenta

📋 copy color: '#E002CB'

red 224 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #E002CB

Tints of Deep Magenta #E002CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 52.21%
G = 0.47%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E002CB (or 0xE002CB) is known color: Deep Magenta. HEX triplet: E0, 02 and CB. RGB value is (224,2,203). Sum of RGB (Red+Green+Blue) = 224+2+203=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E002CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002CB is #1FFD34. Grayscale: #5A5A5A. Windows color (decimal): -2096437 or 13304544. OLE color: 13304544.

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

Color convert

RGB 224 2 203 -
CMYK 0 0.99 0.09 0.12
HSL 305.68º 0.98% 0.44% -
HSV(B) 305.68º 0.99% 0.88% -
XYZ 41.54 20.2 58.21 -
YUV 91.29 191.05 222.66 -
System Red Green Blue C M Y K H S L
Decimal 224 2 203 0 0.99 0.09 0.12 305.68 0.98 0.44
Hex E0 2 CB 0 63 9 C 132 62 2C
Octal 340 2 313 0 143 11 14 462 142 54
Binary 11100000 10 11001011 0 1100011 1001 1100 100110010 1100010 101100

Color Harmonies of #E002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002CB

Black with #E002CB

Text Example


Text Example

White with #E002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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