Html Css Color HEX #EA0084 Hollywood Cerise

📋 copy color: '#EA0084'

red 234 ◦ green 0 ◦ blue 132

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

Shades of Hollywood Cerise #EA0084

Tints of Hollywood Cerise #EA0084

RGB

 RED value IS 234 (91.8% from 255) = 63.93%

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

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

R = 63.93%
G = 0%
B = 36.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0084 (or 0xEA0084) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 84. RGB value is (234,0,132). Sum of RGB (Red+Green+Blue) = 234+0+132=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0084 is #15FF7B. Grayscale: #545454. Windows color (decimal): -1441660 or 8650986. OLE color: 8650986.

HSL color Cylindrical-coordinate representation of color #EA0084: hue angle of 326.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0084 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 132 -
CMYK 0 1 0.44 0.08
HSL 326.15º 1% 0.46% -
HSV(B) 326.15º 1% 0.92% -
XYZ 38.1 19.16 23.52 -
YUV 85.01 154.52 234.27 -
System Red Green Blue C M Y K H S L
Decimal 234 0 132 0 1 0.44 0.08 326.15 1 0.46
Hex EA 0 84 0 64 2C 8 146 64 2E
Octal 352 0 204 0 144 54 10 506 144 56
Binary 11101010 0 10000100 0 1100100 101100 1000 101000110 1100100 101110

Color Harmonies of #EA0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0084

Black with #EA0084

Text Example


Text Example

White with #EA0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0084; }

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

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

background-color css

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

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

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

border-color css

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

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

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