Html Css Color HEX #E004CB Deep Magenta

📋 copy color: '#E004CB'

red 224 ◦ green 4 ◦ blue 203

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

Shades of Deep Magenta #E004CB

Tints of Deep Magenta #E004CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 51.97%
G = 0.93%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E004CB (or 0xE004CB) is known color: Deep Magenta. HEX triplet: E0, 04 and CB. RGB value is (224,4,203). Sum of RGB (Red+Green+Blue) = 224+4+203=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E004CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004CB is #1FFB34. Grayscale: #5B5B5B. Windows color (decimal): -2095925 or 13305056. OLE color: 13305056.

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

Color convert

RGB 224 4 203 -
CMYK 0 0.98 0.09 0.12
HSL 305.73º 0.96% 0.45% -
HSV(B) 305.73º 0.98% 0.88% -
XYZ 41.56 20.25 58.22 -
YUV 92.47 190.39 221.82 -
System Red Green Blue C M Y K H S L
Decimal 224 4 203 0 0.98 0.09 0.12 305.73 0.96 0.45
Hex E0 4 CB 0 62 9 C 132 60 2D
Octal 340 4 313 0 142 11 14 462 140 55
Binary 11100000 100 11001011 0 1100010 1001 1100 100110010 1100000 101101

Color Harmonies of #E004CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E004CB

Black with #E004CB

Text Example


Text Example

White with #E004CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E004CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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