Html Css Color HEX #E501CB Deep Magenta

📋 copy color: '#E501CB'

red 229 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #E501CB

Tints of Deep Magenta #E501CB

RGB

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

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

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

R = 52.89%
G = 0.23%
B = 46.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E501CB (or 0xE501CB) is known color: Deep Magenta. HEX triplet: E5, 01 and CB. RGB value is (229,1,203). Sum of RGB (Red+Green+Blue) = 229+1+203=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E501CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501CB is #1AFE34. Grayscale: #5B5B5B. Windows color (decimal): -1769013 or 13304293. OLE color: 13304293.

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

Color convert

RGB 229 1 203 -
CMYK 0 1.00 0.11 0.10
HSL 306.84º 0.99% 0.45% -
HSV(B) 306.84º 1% 0.9% -
XYZ 43.1 20.99 58.28 -
YUV 92.2 190.54 225.57 -
System Red Green Blue C M Y K H S L
Decimal 229 1 203 0 1.00 0.11 0.10 306.84 0.99 0.45
Hex E5 1 CB 0 64 B A 133 63 2D
Octal 345 1 313 0 144 13 12 463 143 55
Binary 11100101 1 11001011 0 1100100 1011 1010 100110011 1100011 101101

Color Harmonies of #E501CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501CB

Black with #E501CB

Text Example


Text Example

White with #E501CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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