Html Css Color HEX #EB059F Hollywood Cerise

📋 copy color: '#EB059F'

red 235 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #EB059F

Tints of Hollywood Cerise #EB059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 58.9%
G = 1.25%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB059F (or 0xEB059F) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 9F. RGB value is (235,5,159). Sum of RGB (Red+Green+Blue) = 235+5+159=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB059F is #14FA60. Grayscale: #5A5A5A. Windows color (decimal): -1374817 or 10421739. OLE color: 10421739.

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

Color convert

RGB 235 5 159 -
CMYK 0 0.98 0.32 0.08
HSL 319.83º 0.96% 0.47% -
HSV(B) 319.83º 0.98% 0.92% -
XYZ 40.57 20.27 34.58 -
YUV 91.33 166.2 230.48 -
System Red Green Blue C M Y K H S L
Decimal 235 5 159 0 0.98 0.32 0.08 319.83 0.96 0.47
Hex EB 5 9F 0 62 20 8 140 60 2F
Octal 353 5 237 0 142 40 10 500 140 57
Binary 11101011 101 10011111 0 1100010 100000 1000 101000000 1100000 101111

Color Harmonies of #EB059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB059F

Black with #EB059F

Text Example


Text Example

White with #EB059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB059F; }

 p { color: rgb(235,5,159); }

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

background-color css

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

 a { background-color: rgb(235,5,159); }

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

border-color css

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

 span { border-color: rgb(235,5,159); }

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