Html Css Color HEX #E502A8 Hollywood Cerise

📋 copy color: '#E502A8'

red 229 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #E502A8

Tints of Hollywood Cerise #E502A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.11%

R = 57.39%
G = 0.5%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E502A8 (or 0xE502A8) is known color: Hollywood Cerise. HEX triplet: E5, 02 and A8. RGB value is (229,2,168). Sum of RGB (Red+Green+Blue) = 229+2+168=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E502A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E502A8 is #1AFD57. Grayscale: #585858. Windows color (decimal): -1768792 or 11010789. OLE color: 11010789.

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

Color convert

RGB 229 2 168 -
CMYK 0 0.99 0.27 0.10
HSL 316.12º 0.98% 0.45% -
HSV(B) 316.12º 0.99% 0.9% -
XYZ 39.4 19.53 38.74 -
YUV 88.8 172.71 228 -
System Red Green Blue C M Y K H S L
Decimal 229 2 168 0 0.99 0.27 0.10 316.12 0.98 0.45
Hex E5 2 A8 0 63 1B A 13C 62 2D
Octal 345 2 250 0 143 33 12 474 142 55
Binary 11100101 10 10101000 0 1100011 11011 1010 100111100 1100010 101101

Color Harmonies of #E502A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502A8

Black with #E502A8

Text Example


Text Example

White with #E502A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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