Html Css Color HEX #EA019E Hollywood Cerise

📋 copy color: '#EA019E'

red 234 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #EA019E

Tints of Hollywood Cerise #EA019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 158 (62.11% from 255) = 40.2%

R = 59.54%
G = 0.25%
B = 40.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA019E (or 0xEA019E) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 9E. RGB value is (234,1,158). Sum of RGB (Red+Green+Blue) = 234+1+158=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA019E is #15FE61. Grayscale: #585858. Windows color (decimal): -1441378 or 10355178. OLE color: 10355178.

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

Color convert

RGB 234 1 158 -
CMYK 0 1.00 0.32 0.08
HSL 319.57º 0.99% 0.46% -
HSV(B) 319.57º 1% 0.92% -
XYZ 40.11 19.98 34.09 -
YUV 88.57 167.19 231.73 -
System Red Green Blue C M Y K H S L
Decimal 234 1 158 0 1.00 0.32 0.08 319.57 0.99 0.46
Hex EA 1 9E 0 64 20 8 140 63 2E
Octal 352 1 236 0 144 40 10 500 143 56
Binary 11101010 1 10011110 0 1100100 100000 1000 101000000 1100011 101110

Color Harmonies of #EA019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA019E

Black with #EA019E

Text Example


Text Example

White with #EA019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA019E; }

 p { color: rgb(234,1,158); }

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

background-color css

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

 a { background-color: rgb(234,1,158); }

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

border-color css

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

 span { border-color: rgb(234,1,158); }

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