Html Css Color HEX #E000CB Deep Magenta

📋 copy color: '#E000CB'

red 224 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #E000CB

Tints of Deep Magenta #E000CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.46%
G = 0%
B = 47.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E000CB (or 0xE000CB) is known color: Deep Magenta. HEX triplet: E0, 00 and CB. RGB value is (224,0,203). Sum of RGB (Red+Green+Blue) = 224+0+203=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E000CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000CB is #1FFF34. Grayscale: #595959. Windows color (decimal): -2096949 or 13304032. OLE color: 13304032.

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

Color convert

RGB 224 0 203 -
CMYK 0 1 0.09 0.12
HSL 305.63º 1% 0.44% -
HSV(B) 305.63º 1% 0.88% -
XYZ 41.52 20.16 58.2 -
YUV 90.12 191.71 223.49 -
System Red Green Blue C M Y K H S L
Decimal 224 0 203 0 1 0.09 0.12 305.63 1 0.44
Hex E0 0 CB 0 64 9 C 132 64 2C
Octal 340 0 313 0 144 11 14 462 144 54
Binary 11100000 0 11001011 0 1100100 1001 1100 100110010 1100100 101100

Color Harmonies of #E000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000CB

Black with #E000CB

Text Example


Text Example

White with #E000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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