Html Css Color HEX #EB0C99 Hollywood Cerise

📋 copy color: '#EB0C99'

red 235 ◦ green 12 ◦ blue 153

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

Shades of Hollywood Cerise #EB0C99

Tints of Hollywood Cerise #EB0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3%

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

R = 58.75%
G = 3%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB0C99 (or 0xEB0C99) is known color: Hollywood Cerise. HEX triplet: EB, 0C and 99. RGB value is (235,12,153). Sum of RGB (Red+Green+Blue) = 235+12+153=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0C99 is #14F366. Grayscale: #5E5E5E. Windows color (decimal): -1373031 or 10030315. OLE color: 10030315.

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

Color convert

RGB 235 12 153 -
CMYK 0 0.95 0.35 0.08
HSL 322.06º 0.9% 0.48% -
HSV(B) 322.06º 0.95% 0.92% -
XYZ 40.14 20.23 31.93 -
YUV 94.75 160.88 228.04 -
System Red Green Blue C M Y K H S L
Decimal 235 12 153 0 0.95 0.35 0.08 322.06 0.9 0.48
Hex EB C 99 0 5F 23 8 142 5A 30
Octal 353 14 231 0 137 43 10 502 132 60
Binary 11101011 1100 10011001 0 1011111 100011 1000 101000010 1011010 110000

Color Harmonies of #EB0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C99

Black with #EB0C99

Text Example


Text Example

White with #EB0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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