Html Css Color HEX #E50084 Hollywood Cerise

📋 copy color: '#E50084'

red 229 ◦ green 0 ◦ blue 132

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

Shades of Hollywood Cerise #E50084

Tints of Hollywood Cerise #E50084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.43%
G = 0%
B = 36.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50084 (or 0xE50084) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 84. RGB value is (229,0,132). Sum of RGB (Red+Green+Blue) = 229+0+132=361 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.43% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 229 - color contains mainly: red. Hex color #E50084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50084 is #1AFF7B. Grayscale: #535353. Windows color (decimal): -1769340 or 8650981. OLE color: 8650981.

HSL color Cylindrical-coordinate representation of color #E50084: hue angle of 325.41º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50084 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 132 -
CMYK 0 1 0.42 0.10
HSL 325.41º 1% 0.45% -
HSV(B) 325.41º 1% 0.9% -
XYZ 36.48 18.32 23.44 -
YUV 83.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 229 0 132 0 1 0.42 0.10 325.41 1 0.45
Hex E5 0 84 0 64 2A A 145 64 2D
Octal 345 0 204 0 144 52 12 505 144 55
Binary 11100101 0 10000100 0 1100100 101010 1010 101000101 1100100 101101

Color Harmonies of #E50084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50084

Black with #E50084

Text Example


Text Example

White with #E50084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50084; }

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

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

background-color css

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

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

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

border-color css

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

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

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