Html Css Color HEX #E501CC Deep Magenta

📋 copy color: '#E501CC'

red 229 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #E501CC

Tints of Deep Magenta #E501CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 52.76%
G = 0.23%
B = 47%

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

#E501CC (or 0xE501CC) is known color: Deep Magenta. HEX triplet: E5, 01 and CC. RGB value is (229,1,204). Sum of RGB (Red+Green+Blue) = 229+1+204=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E501CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501CC is #1AFE33. Grayscale: #5B5B5B. Windows color (decimal): -1769012 or 13369829. OLE color: 13369829.

HSL color Cylindrical-coordinate representation of color #E501CC: hue angle of 306.58º 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 #E501CC is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 204 -
CMYK 0 1.00 0.11 0.10
HSL 306.58º 0.99% 0.45% -
HSV(B) 306.58º 1% 0.9% -
XYZ 43.22 21.04 58.91 -
YUV 92.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 229 1 204 0 1.00 0.11 0.10 306.58 0.99 0.45
Hex E5 1 CC 0 64 B A 133 63 2D
Octal 345 1 314 0 144 13 12 463 143 55
Binary 11100101 1 11001100 0 1100100 1011 1010 100110011 1100011 101101

Color Harmonies of #E501CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501CC

Black with #E501CC

Text Example


Text Example

White with #E501CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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