Html Css Color HEX #EA009A Hollywood Cerise

📋 copy color: '#EA009A'

red 234 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #EA009A

Tints of Hollywood Cerise #EA009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 60.31%
G = 0%
B = 39.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA009A (or 0xEA009A) is known color: Hollywood Cerise. HEX triplet: EA, 00 and 9A. RGB value is (234,0,154). Sum of RGB (Red+Green+Blue) = 234+0+154=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA009A is #15FF65. Grayscale: #575757. Windows color (decimal): -1441638 or 10092778. OLE color: 10092778.

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

Color convert

RGB 234 0 154 -
CMYK 0 1 0.34 0.08
HSL 320.51º 1% 0.46% -
HSV(B) 320.51º 1% 0.92% -
XYZ 39.76 19.83 32.3 -
YUV 87.52 165.52 232.48 -
System Red Green Blue C M Y K H S L
Decimal 234 0 154 0 1 0.34 0.08 320.51 1 0.46
Hex EA 0 9A 0 64 22 8 141 64 2E
Octal 352 0 232 0 144 42 10 501 144 56
Binary 11101010 0 10011010 0 1100100 100010 1000 101000001 1100100 101110

Color Harmonies of #EA009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA009A

Black with #EA009A

Text Example


Text Example

White with #EA009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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