Html Css Color HEX #EB059D Hollywood Cerise

📋 copy color: '#EB059D'

red 235 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #EB059D

Tints of Hollywood Cerise #EB059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 59.19%
G = 1.26%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB059D (or 0xEB059D) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 9D. RGB value is (235,5,157). Sum of RGB (Red+Green+Blue) = 235+5+157=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB059D is #14FA62. Grayscale: #5A5A5A. Windows color (decimal): -1374819 or 10290667. OLE color: 10290667.

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

Color convert

RGB 235 5 157 -
CMYK 0 0.98 0.33 0.08
HSL 320.35º 0.96% 0.47% -
HSV(B) 320.35º 0.98% 0.92% -
XYZ 40.4 20.21 33.67 -
YUV 91.1 165.2 230.64 -
System Red Green Blue C M Y K H S L
Decimal 235 5 157 0 0.98 0.33 0.08 320.35 0.96 0.47
Hex EB 5 9D 0 62 21 8 140 60 2F
Octal 353 5 235 0 142 41 10 500 140 57
Binary 11101011 101 10011101 0 1100010 100001 1000 101000000 1100000 101111

Color Harmonies of #EB059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB059D

Black with #EB059D

Text Example


Text Example

White with #EB059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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