Html Css Color HEX #E504AC Hollywood Cerise

📋 copy color: '#E504AC'

red 229 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #E504AC

Tints of Hollywood Cerise #E504AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 56.54%
G = 0.99%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E504AC (or 0xE504AC) is known color: Hollywood Cerise. HEX triplet: E5, 04 and AC. RGB value is (229,4,172). Sum of RGB (Red+Green+Blue) = 229+4+172=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E504AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E504AC is #1AFB53. Grayscale: #595959. Windows color (decimal): -1768276 or 11273445. OLE color: 11273445.

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

Color convert

RGB 229 4 172 -
CMYK 0 0.98 0.25 0.10
HSL 315.2º 0.97% 0.46% -
HSV(B) 315.2º 0.98% 0.9% -
XYZ 39.8 19.72 40.74 -
YUV 90.43 174.04 226.84 -
System Red Green Blue C M Y K H S L
Decimal 229 4 172 0 0.98 0.25 0.10 315.2 0.97 0.46
Hex E5 4 AC 0 62 19 A 13B 61 2E
Octal 345 4 254 0 142 31 12 473 141 56
Binary 11100101 100 10101100 0 1100010 11001 1010 100111011 1100001 101110

Color Harmonies of #E504AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504AC

Black with #E504AC

Text Example


Text Example

White with #E504AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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