Html Css Color HEX #EB0096 Hollywood Cerise

📋 copy color: '#EB0096'

red 235 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #EB0096

Tints of Hollywood Cerise #EB0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 61.04%
G = 0%
B = 38.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB0096 (or 0xEB0096) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 96. RGB value is (235,0,150). Sum of RGB (Red+Green+Blue) = 235+0+150=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0096 is #14FF69. Grayscale: #575757. Windows color (decimal): -1376106 or 9830635. OLE color: 9830635.

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

Color convert

RGB 235 0 150 -
CMYK 0 1 0.36 0.08
HSL 321.7º 1% 0.46% -
HSV(B) 321.7º 1% 0.92% -
XYZ 39.77 19.86 30.59 -
YUV 87.37 163.36 233.3 -
System Red Green Blue C M Y K H S L
Decimal 235 0 150 0 1 0.36 0.08 321.7 1 0.46
Hex EB 0 96 0 64 24 8 142 64 2E
Octal 353 0 226 0 144 44 10 502 144 56
Binary 11101011 0 10010110 0 1100100 100100 1000 101000010 1100100 101110

Color Harmonies of #EB0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0096

Black with #EB0096

Text Example


Text Example

White with #EB0096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0096; }

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

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

background-color css

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

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

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

border-color css

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

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

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