Html Css Color HEX #EA0289 Hollywood Cerise

📋 copy color: '#EA0289'

red 234 ◦ green 2 ◦ blue 137

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

Shades of Hollywood Cerise #EA0289

Tints of Hollywood Cerise #EA0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 62.73%
G = 0.54%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA0289 (or 0xEA0289) is known color: Hollywood Cerise. HEX triplet: EA, 02 and 89. RGB value is (234,2,137). Sum of RGB (Red+Green+Blue) = 234+2+137=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0289 is #15FD76. Grayscale: #565656. Windows color (decimal): -1441143 or 8979178. OLE color: 8979178.

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

Color convert

RGB 234 2 137 -
CMYK 0 0.99 0.41 0.08
HSL 325.09º 0.98% 0.46% -
HSV(B) 325.09º 0.99% 0.92% -
XYZ 38.47 19.34 25.37 -
YUV 86.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 234 2 137 0 0.99 0.41 0.08 325.09 0.98 0.46
Hex EA 2 89 0 63 29 8 145 62 2E
Octal 352 2 211 0 143 51 10 505 142 56
Binary 11101010 10 10001001 0 1100011 101001 1000 101000101 1100010 101110

Color Harmonies of #EA0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0289

Black with #EA0289

Text Example


Text Example

White with #EA0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0289; }

 p { color: rgb(234,2,137); }

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

background-color css

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

 a { background-color: rgb(234,2,137); }

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

border-color css

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

 span { border-color: rgb(234,2,137); }

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