Html Css Color HEX #EB06A0 Hollywood Cerise

📋 copy color: '#EB06A0'

red 235 ◦ green 6 ◦ blue 160

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

Shades of Hollywood Cerise #EB06A0

Tints of Hollywood Cerise #EB06A0

RGB

 RED value IS 235 (92.19% from 255) = 58.6%

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

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

R = 58.6%
G = 1.5%
B = 39.9%

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

#EB06A0 (or 0xEB06A0) is known color: Hollywood Cerise. HEX triplet: EB, 06 and A0. RGB value is (235,6,160). Sum of RGB (Red+Green+Blue) = 235+6+160=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB06A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB06A0 is #14F95F. Grayscale: #5B5B5B. Windows color (decimal): -1374560 or 10487531. OLE color: 10487531.

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

Color convert

RGB 235 6 160 -
CMYK 0 0.97 0.32 0.08
HSL 319.65º 0.95% 0.47% -
HSV(B) 319.65º 0.97% 0.92% -
XYZ 40.67 20.33 35.04 -
YUV 92.03 166.37 229.98 -
System Red Green Blue C M Y K H S L
Decimal 235 6 160 0 0.97 0.32 0.08 319.65 0.95 0.47
Hex EB 6 A0 0 61 20 8 140 5F 2F
Octal 353 6 240 0 141 40 10 500 137 57
Binary 11101011 110 10100000 0 1100001 100000 1000 101000000 1011111 101111

Color Harmonies of #EB06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB06A0

Black with #EB06A0

Text Example


Text Example

White with #EB06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB06A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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