Html Css Color HEX #EA00A6 Hollywood Cerise

📋 copy color: '#EA00A6'

red 234 ◦ green 0 ◦ blue 166

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

Shades of Hollywood Cerise #EA00A6

Tints of Hollywood Cerise #EA00A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.5%

R = 58.5%
G = 0%
B = 41.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA00A6 (or 0xEA00A6) is known color: Hollywood Cerise. HEX triplet: EA, 00 and A6. RGB value is (234,0,166). Sum of RGB (Red+Green+Blue) = 234+0+166=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA00A6 is #15FF59. Grayscale: #585858. Windows color (decimal): -1441626 or 10879210. OLE color: 10879210.

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

Color convert

RGB 234 0 166 -
CMYK 0 1 0.29 0.08
HSL 317.44º 1% 0.46% -
HSV(B) 317.44º 1% 0.92% -
XYZ 40.81 20.25 37.83 -
YUV 88.89 171.52 231.5 -
System Red Green Blue C M Y K H S L
Decimal 234 0 166 0 1 0.29 0.08 317.44 1 0.46
Hex EA 0 A6 0 64 1D 8 13D 64 2E
Octal 352 0 246 0 144 35 10 475 144 56
Binary 11101010 0 10100110 0 1100100 11101 1000 100111101 1100100 101110

Color Harmonies of #EA00A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00A6

Black with #EA00A6

Text Example


Text Example

White with #EA00A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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