Html Css Color HEX #EA0087 Hollywood Cerise

📋 copy color: '#EA0087'

red 234 ◦ green 0 ◦ blue 135

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

Shades of Hollywood Cerise #EA0087

Tints of Hollywood Cerise #EA0087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 63.41%
G = 0%
B = 36.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA0087 (or 0xEA0087) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 87. RGB value is (234,0,135). Sum of RGB (Red+Green+Blue) = 234+0+135=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0087 is #15FF78. Grayscale: #555555. Windows color (decimal): -1441657 or 8847594. OLE color: 8847594.

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

Color convert

RGB 234 0 135 -
CMYK 0 1 0.42 0.08
HSL 325.38º 1% 0.46% -
HSV(B) 325.38º 1% 0.92% -
XYZ 38.3 19.24 24.62 -
YUV 85.36 156.02 234.02 -
System Red Green Blue C M Y K H S L
Decimal 234 0 135 0 1 0.42 0.08 325.38 1 0.46
Hex EA 0 87 0 64 2A 8 145 64 2E
Octal 352 0 207 0 144 52 10 505 144 56
Binary 11101010 0 10000111 0 1100100 101010 1000 101000101 1100100 101110

Color Harmonies of #EA0087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0087

Black with #EA0087

Text Example


Text Example

White with #EA0087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0087; }

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

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

background-color css

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

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

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

border-color css

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

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

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