Html Css Color HEX #E001CB Deep Magenta

📋 copy color: '#E001CB'

red 224 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #E001CB

Tints of Deep Magenta #E001CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 52.34%
G = 0.23%
B = 47.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E001CB (or 0xE001CB) is known color: Deep Magenta. HEX triplet: E0, 01 and CB. RGB value is (224,1,203). Sum of RGB (Red+Green+Blue) = 224+1+203=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E001CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001CB is #1FFE34. Grayscale: #5A5A5A. Windows color (decimal): -2096693 or 13304288. OLE color: 13304288.

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

Color convert

RGB 224 1 203 -
CMYK 0 1.00 0.09 0.12
HSL 305.65º 0.99% 0.44% -
HSV(B) 305.65º 1% 0.88% -
XYZ 41.53 20.18 58.21 -
YUV 90.71 191.38 223.07 -
System Red Green Blue C M Y K H S L
Decimal 224 1 203 0 1.00 0.09 0.12 305.65 0.99 0.44
Hex E0 1 CB 0 64 9 C 132 63 2C
Octal 340 1 313 0 144 11 14 462 143 54
Binary 11100000 1 11001011 0 1100100 1001 1100 100110010 1100011 101100

Color Harmonies of #E001CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001CB

Black with #E001CB

Text Example


Text Example

White with #E001CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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