Html Css Color HEX #E500CC Deep Magenta

📋 copy color: '#E500CC'

red 229 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #E500CC

Tints of Deep Magenta #E500CC

RGB

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

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

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

R = 52.89%
G = 0%
B = 47.11%

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

#E500CC (or 0xE500CC) is known color: Deep Magenta. HEX triplet: E5, 00 and CC. RGB value is (229,0,204). Sum of RGB (Red+Green+Blue) = 229+0+204=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E500CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500CC is #1AFF33. Grayscale: #5B5B5B. Windows color (decimal): -1769268 or 13369573. OLE color: 13369573.

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

Color convert

RGB 229 0 204 -
CMYK 0 1 0.11 0.10
HSL 306.55º 1% 0.45% -
HSV(B) 306.55º 1% 0.9% -
XYZ 43.21 21.02 58.91 -
YUV 91.73 191.37 225.91 -
System Red Green Blue C M Y K H S L
Decimal 229 0 204 0 1 0.11 0.10 306.55 1 0.45
Hex E5 0 CC 0 64 B A 133 64 2D
Octal 345 0 314 0 144 13 12 463 144 55
Binary 11100101 0 11001100 0 1100100 1011 1010 100110011 1100100 101101

Color Harmonies of #E500CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500CC

Black with #E500CC

Text Example


Text Example

White with #E500CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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