Html Css Color HEX #EB009C Hollywood Cerise

📋 copy color: '#EB009C'

red 235 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #EB009C

Tints of Hollywood Cerise #EB009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB009C (or 0xEB009C) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 9C. RGB value is (235,0,156). Sum of RGB (Red+Green+Blue) = 235+0+156=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB009C is #14FF63. Grayscale: #575757. Windows color (decimal): -1376100 or 10223851. OLE color: 10223851.

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

Color convert

RGB 235 0 156 -
CMYK 0 1 0.34 0.08
HSL 320.17º 1% 0.46% -
HSV(B) 320.17º 1% 0.92% -
XYZ 40.26 20.06 33.2 -
YUV 88.05 166.36 232.82 -
System Red Green Blue C M Y K H S L
Decimal 235 0 156 0 1 0.34 0.08 320.17 1 0.46
Hex EB 0 9C 0 64 22 8 140 64 2E
Octal 353 0 234 0 144 42 10 500 144 56
Binary 11101011 0 10011100 0 1100100 100010 1000 101000000 1100100 101110

Color Harmonies of #EB009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB009C

Black with #EB009C

Text Example


Text Example

White with #EB009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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