Html Css Color HEX #EB059B Hollywood Cerise

📋 copy color: '#EB059B'

red 235 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #EB059B

Tints of Hollywood Cerise #EB059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 59.49%
G = 1.27%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB059B (or 0xEB059B) is known color: Hollywood Cerise. HEX triplet: EB, 05 and 9B. RGB value is (235,5,155). Sum of RGB (Red+Green+Blue) = 235+5+155=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB059B is #14FA64. Grayscale: #5A5A5A. Windows color (decimal): -1374821 or 10159595. OLE color: 10159595.

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

Color convert

RGB 235 5 155 -
CMYK 0 0.98 0.34 0.08
HSL 320.87º 0.96% 0.47% -
HSV(B) 320.87º 0.98% 0.92% -
XYZ 40.23 20.14 32.78 -
YUV 90.87 164.2 230.8 -
System Red Green Blue C M Y K H S L
Decimal 235 5 155 0 0.98 0.34 0.08 320.87 0.96 0.47
Hex EB 5 9B 0 62 22 8 141 60 2F
Octal 353 5 233 0 142 42 10 501 140 57
Binary 11101011 101 10011011 0 1100010 100010 1000 101000001 1100000 101111

Color Harmonies of #EB059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB059B

Black with #EB059B

Text Example


Text Example

White with #EB059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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