Html Css Color HEX #E504AE Hollywood Cerise

📋 copy color: '#E504AE'

red 229 ◦ green 4 ◦ blue 174

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

Shades of Hollywood Cerise #E504AE

Tints of Hollywood Cerise #E504AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 56.27%
G = 0.98%
B = 42.75%

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

#E504AE (or 0xE504AE) is known color: Hollywood Cerise. HEX triplet: E5, 04 and AE. RGB value is (229,4,174). Sum of RGB (Red+Green+Blue) = 229+4+174=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E504AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E504AE is #1AFB51. Grayscale: #5A5A5A. Windows color (decimal): -1768274 or 11404517. OLE color: 11404517.

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

Color convert

RGB 229 4 174 -
CMYK 0 0.98 0.24 0.10
HSL 314.67º 0.97% 0.46% -
HSV(B) 314.67º 0.98% 0.9% -
XYZ 40 19.8 41.76 -
YUV 90.66 175.04 226.68 -
System Red Green Blue C M Y K H S L
Decimal 229 4 174 0 0.98 0.24 0.10 314.67 0.97 0.46
Hex E5 4 AE 0 62 18 A 13B 61 2E
Octal 345 4 256 0 142 30 12 473 141 56
Binary 11100101 100 10101110 0 1100010 11000 1010 100111011 1100001 101110

Color Harmonies of #E504AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504AE

Black with #E504AE

Text Example


Text Example

White with #E504AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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