Html Css Color HEX #EB0199 Hollywood Cerise

📋 copy color: '#EB0199'

red 235 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #EB0199

Tints of Hollywood Cerise #EB0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 60.41%
G = 0.26%
B = 39.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0199 (or 0xEB0199) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 99. RGB value is (235,1,153). Sum of RGB (Red+Green+Blue) = 235+1+153=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0199 is #14FE66. Grayscale: #575757. Windows color (decimal): -1375847 or 10027499. OLE color: 10027499.

HSL color Cylindrical-coordinate representation of color #EB0199: hue angle of 321.03º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0199 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 153 -
CMYK 0 1.00 0.35 0.08
HSL 321.03º 0.99% 0.46% -
HSV(B) 321.03º 1% 0.92% -
XYZ 40.02 19.98 31.88 -
YUV 88.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 235 1 153 0 1.00 0.35 0.08 321.03 0.99 0.46
Hex EB 1 99 0 64 23 8 141 63 2E
Octal 353 1 231 0 144 43 10 501 143 56
Binary 11101011 1 10011001 0 1100100 100011 1000 101000001 1100011 101110

Color Harmonies of #EB0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0199

Black with #EB0199

Text Example


Text Example

White with #EB0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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