Html Css Color HEX #EA0098 Hollywood Cerise

📋 copy color: '#EA0098'

red 234 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #EA0098

Tints of Hollywood Cerise #EA0098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.38%

R = 60.62%
G = 0%
B = 39.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0098 (or 0xEA0098) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 98. RGB value is (234,0,152). Sum of RGB (Red+Green+Blue) = 234+0+152=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0098 is #15FF67. Grayscale: #565656. Windows color (decimal): -1441640 or 9961706. OLE color: 9961706.

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

Color convert

RGB 234 0 152 -
CMYK 0 1 0.35 0.08
HSL 321.03º 1% 0.46% -
HSV(B) 321.03º 1% 0.92% -
XYZ 39.6 19.76 31.43 -
YUV 87.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 234 0 152 0 1 0.35 0.08 321.03 1 0.46
Hex EA 0 98 0 64 23 8 141 64 2E
Octal 352 0 230 0 144 43 10 501 144 56
Binary 11101010 0 10011000 0 1100100 100011 1000 101000001 1100100 101110

Color Harmonies of #EA0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0098

Black with #EA0098

Text Example


Text Example

White with #EA0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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