Html Css Color HEX #E502AF Hollywood Cerise

📋 copy color: '#E502AF'

red 229 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #E502AF

Tints of Hollywood Cerise #E502AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 56.4%
G = 0.49%
B = 43.1%

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

#E502AF (or 0xE502AF) is known color: Hollywood Cerise. HEX triplet: E5, 02 and AF. RGB value is (229,2,175). Sum of RGB (Red+Green+Blue) = 229+2+175=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E502AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E502AF is #1AFD50. Grayscale: #595959. Windows color (decimal): -1768785 or 11469541. OLE color: 11469541.

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

Color convert

RGB 229 2 175 -
CMYK 0 0.99 0.24 0.10
HSL 314.27º 0.98% 0.45% -
HSV(B) 314.27º 0.99% 0.9% -
XYZ 40.07 19.8 42.27 -
YUV 89.6 176.21 227.43 -
System Red Green Blue C M Y K H S L
Decimal 229 2 175 0 0.99 0.24 0.10 314.27 0.98 0.45
Hex E5 2 AF 0 63 18 A 13A 62 2D
Octal 345 2 257 0 143 30 12 472 142 55
Binary 11100101 10 10101111 0 1100011 11000 1010 100111010 1100010 101101

Color Harmonies of #E502AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502AF

Black with #E502AF

Text Example


Text Example

White with #E502AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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