Html Css Color HEX #EB0699 Hollywood Cerise

📋 copy color: '#EB0699'

red 235 ◦ green 6 ◦ blue 153

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

Shades of Hollywood Cerise #EB0699

Tints of Hollywood Cerise #EB0699

RGB

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

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

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

R = 59.64%
G = 1.52%
B = 38.83%

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

#EB0699 (or 0xEB0699) is known color: Hollywood Cerise. HEX triplet: EB, 06 and 99. RGB value is (235,6,153). Sum of RGB (Red+Green+Blue) = 235+6+153=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0699 is #14F966. Grayscale: #5A5A5A. Windows color (decimal): -1374567 or 10028779. OLE color: 10028779.

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

Color convert

RGB 235 6 153 -
CMYK 0 0.97 0.35 0.08
HSL 321.48º 0.95% 0.47% -
HSV(B) 321.48º 0.97% 0.92% -
XYZ 40.08 20.09 31.9 -
YUV 91.23 162.87 230.55 -
System Red Green Blue C M Y K H S L
Decimal 235 6 153 0 0.97 0.35 0.08 321.48 0.95 0.47
Hex EB 6 99 0 61 23 8 141 5F 2F
Octal 353 6 231 0 141 43 10 501 137 57
Binary 11101011 110 10011001 0 1100001 100011 1000 101000001 1011111 101111

Color Harmonies of #EB0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0699

Black with #EB0699

Text Example


Text Example

White with #EB0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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