Html Css Color HEX #E504AF Hollywood Cerise

📋 copy color: '#E504AF'

red 229 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #E504AF

Tints of Hollywood Cerise #E504AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 56.13%
G = 0.98%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E504AF (or 0xE504AF) is known color: Hollywood Cerise. HEX triplet: E5, 04 and AF. RGB value is (229,4,175). Sum of RGB (Red+Green+Blue) = 229+4+175=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E504AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E504AF is #1AFB50. Grayscale: #5A5A5A. Windows color (decimal): -1768273 or 11470053. OLE color: 11470053.

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

Color convert

RGB 229 4 175 -
CMYK 0 0.98 0.24 0.10
HSL 314.4º 0.97% 0.46% -
HSV(B) 314.4º 0.98% 0.9% -
XYZ 40.09 19.84 42.27 -
YUV 90.77 175.54 226.6 -
System Red Green Blue C M Y K H S L
Decimal 229 4 175 0 0.98 0.24 0.10 314.4 0.97 0.46
Hex E5 4 AF 0 62 18 A 13A 61 2E
Octal 345 4 257 0 142 30 12 472 141 56
Binary 11100101 100 10101111 0 1100010 11000 1010 100111010 1100001 101110

Color Harmonies of #E504AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504AF

Black with #E504AF

Text Example


Text Example

White with #E504AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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