Html Css Color HEX #E502AD Hollywood Cerise

📋 copy color: '#E502AD'

red 229 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #E502AD

Tints of Hollywood Cerise #E502AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 56.68%
G = 0.5%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E502AD (or 0xE502AD) is known color: Hollywood Cerise. HEX triplet: E5, 02 and AD. RGB value is (229,2,173). Sum of RGB (Red+Green+Blue) = 229+2+173=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E502AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E502AD is #1AFD52. Grayscale: #585858. Windows color (decimal): -1768787 or 11338469. OLE color: 11338469.

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

Color convert

RGB 229 2 173 -
CMYK 0 0.99 0.24 0.10
HSL 314.8º 0.98% 0.45% -
HSV(B) 314.8º 0.99% 0.9% -
XYZ 39.88 19.72 41.24 -
YUV 89.37 175.21 227.6 -
System Red Green Blue C M Y K H S L
Decimal 229 2 173 0 0.99 0.24 0.10 314.8 0.98 0.45
Hex E5 2 AD 0 63 18 A 13B 62 2D
Octal 345 2 255 0 143 30 12 473 142 55
Binary 11100101 10 10101101 0 1100011 11000 1010 100111011 1100010 101101

Color Harmonies of #E502AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502AD

Black with #E502AD

Text Example


Text Example

White with #E502AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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