Html Css Color HEX #EB0097 Hollywood Cerise

📋 copy color: '#EB0097'

red 235 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #EB0097

Tints of Hollywood Cerise #EB0097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.12%

R = 60.88%
G = 0%
B = 39.12%

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

#EB0097 (or 0xEB0097) is known color: Hollywood Cerise. HEX triplet: EB, 00 and 97. RGB value is (235,0,151). Sum of RGB (Red+Green+Blue) = 235+0+151=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0097 is #14FF68. Grayscale: #575757. Windows color (decimal): -1376105 or 9896171. OLE color: 9896171.

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

Color convert

RGB 235 0 151 -
CMYK 0 1 0.36 0.08
HSL 321.45º 1% 0.46% -
HSV(B) 321.45º 1% 0.92% -
XYZ 39.85 19.9 31.02 -
YUV 87.48 163.86 233.22 -
System Red Green Blue C M Y K H S L
Decimal 235 0 151 0 1 0.36 0.08 321.45 1 0.46
Hex EB 0 97 0 64 24 8 141 64 2E
Octal 353 0 227 0 144 44 10 501 144 56
Binary 11101011 0 10010111 0 1100100 100100 1000 101000001 1100100 101110

Color Harmonies of #EB0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0097

Black with #EB0097

Text Example


Text Example

White with #EB0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0097; }

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

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

background-color css

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

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

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

border-color css

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

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

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