Html Css Color HEX #EA06A0 Hollywood Cerise

📋 copy color: '#EA06A0'

red 234 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #EA06A0

Tints of Hollywood Cerise #EA06A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40%

R = 58.5%
G = 1.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA06A0 (or 0xEA06A0) is known color: Hollywood Cerise. HEX triplet: EA, 06 and A0. RGB value is (234,6,160). Sum of RGB (Red+Green+Blue) = 234+6+160=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA06A0 is #15F95F. Grayscale: #5B5B5B. Windows color (decimal): -1440096 or 10487530. OLE color: 10487530.

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

Color convert

RGB 234 6 160 -
CMYK 0 0.97 0.32 0.08
HSL 319.47º 0.95% 0.47% -
HSV(B) 319.47º 0.97% 0.92% -
XYZ 40.34 20.16 35.02 -
YUV 91.73 166.54 229.48 -
System Red Green Blue C M Y K H S L
Decimal 234 6 160 0 0.97 0.32 0.08 319.47 0.95 0.47
Hex EA 6 A0 0 61 20 8 13F 5F 2F
Octal 352 6 240 0 141 40 10 477 137 57
Binary 11101010 110 10100000 0 1100001 100000 1000 100111111 1011111 101111

Color Harmonies of #EA06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06A0

Black with #EA06A0

Text Example


Text Example

White with #EA06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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