Shades of Hollywood Cerise #EB0197
Tints of Hollywood Cerise #EB0197
RGB
CMYK
RGB Variations
Color information
#EB0197 (or 0xEB0197) is known color: Hollywood Cerise. HEX triplet: EB, 01 and 97. RGB value is (235,1,151). Sum of RGB (Red+Green+Blue) = 235+1+151=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB0197 is #14FE68. Grayscale: #575757. Windows color (decimal): -1375849 or 9896427. OLE color: 9896427.
HSL color Cylindrical-coordinate representation of color #EB0197: hue angle of 321.54º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0197 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.08 |
| HSL | 321.54º | 0.99% | 0.46% | - |
| HSV(B) | 321.54º | 1% | 0.92% | - |
| XYZ | 39.86 | 19.92 | 31.02 | - |
| YUV | 88.07 | 163.52 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 151 | 0 | 1.00 | 0.36 | 0.08 | 321.54 | 0.99 | 0.46 |
| Hex | EB | 1 | 97 | 0 | 64 | 24 | 8 | 142 | 63 | 2E |
| Octal | 353 | 1 | 227 | 0 | 144 | 44 | 10 | 502 | 143 | 56 |
| Binary | 11101011 | 1 | 10010111 | 0 | 1100100 | 100100 | 1000 | 101000010 | 1100011 | 101110 |
Color Harmonies of #EB0197
Complementary color
Monochromatic Colors of #EB0197
Black with #EB0197
Text Example
Text Example
White with #EB0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0197; }
p { color: rgb(235,1,151); }
H1.HeaderClassName
{
color: #EB0197;
}
.AnyTagClassName
{
color: #EB0197;
}
</style>
background-color css
<style>
a { background-color: #EB0197; }
a { background-color: rgb(235,1,151); }
div.DivClassName
{
background-color: #EB0197;
}
.BgClassName
{
background-color: #EB0197;
}
</style>
border-color css
<style>
span { border-color: #EB0197; }
span { border-color: rgb(235,1,151); }
td.TdClassName
{
border-color: #EB0197;
}
.TagClassName
{
border-color: #EB0197;
}
</style>