Html Css Color HEX #E500AD Hollywood Cerise

📋 copy color: '#E500AD'

red 229 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #E500AD

Tints of Hollywood Cerise #E500AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 56.97%
G = 0%
B = 43.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E500AD (or 0xE500AD) is known color: Hollywood Cerise. HEX triplet: E5, 00 and AD. RGB value is (229,0,173). Sum of RGB (Red+Green+Blue) = 229+0+173=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E500AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E500AD is #1AFF52. Grayscale: #575757. Windows color (decimal): -1769299 or 11337957. OLE color: 11337957.

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

Color convert

RGB 229 0 173 -
CMYK 0 1 0.24 0.10
HSL 314.67º 1% 0.45% -
HSV(B) 314.67º 1% 0.9% -
XYZ 39.86 19.68 41.23 -
YUV 88.19 175.87 228.43 -
System Red Green Blue C M Y K H S L
Decimal 229 0 173 0 1 0.24 0.10 314.67 1 0.45
Hex E5 0 AD 0 64 18 A 13B 64 2D
Octal 345 0 255 0 144 30 12 473 144 55
Binary 11100101 0 10101101 0 1100100 11000 1010 100111011 1100100 101101

Color Harmonies of #E500AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500AD

Black with #E500AD

Text Example


Text Example

White with #E500AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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