Html Css Color HEX #EB119C Hollywood Cerise

📋 copy color: '#EB119C'

red 235 ◦ green 17 ◦ blue 156

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

Shades of Hollywood Cerise #EB119C

Tints of Hollywood Cerise #EB119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.17%

 BLUE value IS 156 (61.33% from 255) = 38.24%

R = 57.6%
G = 4.17%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB119C (or 0xEB119C) is known color: Hollywood Cerise. HEX triplet: EB, 11 and 9C. RGB value is (235,17,156). Sum of RGB (Red+Green+Blue) = 235+17+156=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB119C is #14EE63. Grayscale: #616161. Windows color (decimal): -1371748 or 10228203. OLE color: 10228203.

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

Color convert

RGB 235 17 156 -
CMYK 0 0.93 0.34 0.08
HSL 321.74º 0.87% 0.49% -
HSV(B) 321.74º 0.93% 0.92% -
XYZ 40.46 20.46 33.27 -
YUV 98.03 160.72 225.7 -
System Red Green Blue C M Y K H S L
Decimal 235 17 156 0 0.93 0.34 0.08 321.74 0.87 0.49
Hex EB 11 9C 0 5D 22 8 142 57 31
Octal 353 21 234 0 135 42 10 502 127 61
Binary 11101011 10001 10011100 0 1011101 100010 1000 101000010 1010111 110001

Color Harmonies of #EB119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB119C

Black with #EB119C

Text Example


Text Example

White with #EB119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB119C; }

 p { color: rgb(235,17,156); }

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

background-color css

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

 a { background-color: rgb(235,17,156); }

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

border-color css

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

 span { border-color: rgb(235,17,156); }

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