Html Css Color HEX #EA06A8 Hollywood Cerise

📋 copy color: '#EA06A8'

red 234 ◦ green 6 ◦ blue 168

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

Shades of Hollywood Cerise #EA06A8

Tints of Hollywood Cerise #EA06A8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 57.35%
G = 1.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA06A8 (or 0xEA06A8) is known color: Hollywood Cerise. HEX triplet: EA, 06 and A8. RGB value is (234,6,168). Sum of RGB (Red+Green+Blue) = 234+6+168=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA06A8 is #15F957. Grayscale: #5C5C5C. Windows color (decimal): -1440088 or 11011818. OLE color: 11011818.

HSL color Cylindrical-coordinate representation of color #EA06A8: hue angle of 317.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 168 -
CMYK 0 0.97 0.28 0.08
HSL 317.37º 0.95% 0.47% -
HSV(B) 317.37º 0.97% 0.92% -
XYZ 41.06 20.45 38.83 -
YUV 92.64 170.54 228.83 -
System Red Green Blue C M Y K H S L
Decimal 234 6 168 0 0.97 0.28 0.08 317.37 0.95 0.47
Hex EA 6 A8 0 61 1C 8 13D 5F 2F
Octal 352 6 250 0 141 34 10 475 137 57
Binary 11101010 110 10101000 0 1100001 11100 1000 100111101 1011111 101111

Color Harmonies of #EA06A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06A8

Black with #EA06A8

Text Example


Text Example

White with #EA06A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06A8; }

 p { color: rgb(234,6,168); }

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

background-color css

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

 a { background-color: rgb(234,6,168); }

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

border-color css

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

 span { border-color: rgb(234,6,168); }

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