Html Css Color HEX #E50484 Hollywood Cerise

📋 copy color: '#E50484'

red 229 ◦ green 4 ◦ blue 132

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

Shades of Hollywood Cerise #E50484

Tints of Hollywood Cerise #E50484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 62.74%
G = 1.1%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50484 (or 0xE50484) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 84. RGB value is (229,4,132). Sum of RGB (Red+Green+Blue) = 229+4+132=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E50484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50484 is #1AFB7B. Grayscale: #555555. Windows color (decimal): -1768316 or 8652005. OLE color: 8652005.

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

Color convert

RGB 229 4 132 -
CMYK 0 0.98 0.42 0.10
HSL 325.87º 0.97% 0.46% -
HSV(B) 325.87º 0.98% 0.9% -
XYZ 36.52 18.41 23.46 -
YUV 85.87 154.04 230.09 -
System Red Green Blue C M Y K H S L
Decimal 229 4 132 0 0.98 0.42 0.10 325.87 0.97 0.46
Hex E5 4 84 0 62 2A A 146 61 2E
Octal 345 4 204 0 142 52 12 506 141 56
Binary 11100101 100 10000100 0 1100010 101010 1010 101000110 1100001 101110

Color Harmonies of #E50484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50484

Black with #E50484

Text Example


Text Example

White with #E50484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50484; }

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

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

background-color css

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

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

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

border-color css

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

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

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