Html Css Color HEX #EB0899 Hollywood Cerise

📋 copy color: '#EB0899'

red 235 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #EB0899

Tints of Hollywood Cerise #EB0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 59.34%
G = 2.02%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0899 (or 0xEB0899) is known color: Hollywood Cerise. HEX triplet: EB, 08 and 99. RGB value is (235,8,153). Sum of RGB (Red+Green+Blue) = 235+8+153=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0899 is #14F766. Grayscale: #5C5C5C. Windows color (decimal): -1374055 or 10029291. OLE color: 10029291.

HSL color Cylindrical-coordinate representation of color #EB0899: hue angle of 321.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0899 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 8 153 -
CMYK 0 0.97 0.35 0.08
HSL 321.67º 0.93% 0.48% -
HSV(B) 321.67º 0.97% 0.92% -
XYZ 40.1 20.14 31.91 -
YUV 92.4 162.21 229.71 -
System Red Green Blue C M Y K H S L
Decimal 235 8 153 0 0.97 0.35 0.08 321.67 0.93 0.48
Hex EB 8 99 0 61 23 8 142 5D 30
Octal 353 10 231 0 141 43 10 502 135 60
Binary 11101011 1000 10011001 0 1100001 100011 1000 101000010 1011101 110000

Color Harmonies of #EB0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0899

Black with #EB0899

Text Example


Text Example

White with #EB0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0899; }

 p { color: rgb(235,8,153); }

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

background-color css

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

 a { background-color: rgb(235,8,153); }

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

border-color css

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

 span { border-color: rgb(235,8,153); }

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