Html Css Color HEX #E500CB Deep Magenta

📋 copy color: '#E500CB'

red 229 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #E500CB

Tints of Deep Magenta #E500CB

RGB

 RED value IS 229 (89.84% from 255) = 53.01%

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

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

R = 53.01%
G = 0%
B = 46.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E500CB (or 0xE500CB) is known color: Deep Magenta. HEX triplet: E5, 00 and CB. RGB value is (229,0,203). Sum of RGB (Red+Green+Blue) = 229+0+203=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E500CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500CB is #1AFF34. Grayscale: #5B5B5B. Windows color (decimal): -1769269 or 13304037. OLE color: 13304037.

HSL color Cylindrical-coordinate representation of color #E500CB: hue angle of 306.81º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500CB is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 203 -
CMYK 0 1 0.11 0.10
HSL 306.81º 1% 0.45% -
HSV(B) 306.81º 1% 0.9% -
XYZ 43.09 20.97 58.28 -
YUV 91.61 190.87 225.99 -
System Red Green Blue C M Y K H S L
Decimal 229 0 203 0 1 0.11 0.10 306.81 1 0.45
Hex E5 0 CB 0 64 B A 133 64 2D
Octal 345 0 313 0 144 13 12 463 144 55
Binary 11100101 0 11001011 0 1100100 1011 1010 100110011 1100100 101101

Color Harmonies of #E500CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500CB

Black with #E500CB

Text Example


Text Example

White with #E500CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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