Shades of Hollywood Cerise #ED0197
Tints of Hollywood Cerise #ED0197
RGB
CMYK
RGB Variations
Color information
#ED0197 (or 0xED0197) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 97. RGB value is (237,1,151). Sum of RGB (Red+Green+Blue) = 237+1+151=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0197 is #12FE68. Grayscale: #585858. Windows color (decimal): -1244777 or 9896429. OLE color: 9896429.
HSL color Cylindrical-coordinate representation of color #ED0197: hue angle of 321.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0197 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.07 |
| HSL | 321.86º | 0.99% | 0.47% | - |
| HSV(B) | 321.86º | 1% | 0.93% | - |
| XYZ | 40.52 | 20.26 | 31.05 | - |
| YUV | 88.66 | 163.19 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 151 | 0 | 1.00 | 0.36 | 0.07 | 321.86 | 0.99 | 0.47 |
| Hex | ED | 1 | 97 | 0 | 64 | 24 | 7 | 142 | 63 | 2F |
| Octal | 355 | 1 | 227 | 0 | 144 | 44 | 7 | 502 | 143 | 57 |
| Binary | 11101101 | 1 | 10010111 | 0 | 1100100 | 100100 | 111 | 101000010 | 1100011 | 101111 |
Color Harmonies of #ED0197
Complementary color
Monochromatic Colors of #ED0197
Black with #ED0197
Text Example
Text Example
White with #ED0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0197; }
p { color: rgb(237,1,151); }
H1.HeaderClassName
{
color: #ED0197;
}
.AnyTagClassName
{
color: #ED0197;
}
</style>
background-color css
<style>
a { background-color: #ED0197; }
a { background-color: rgb(237,1,151); }
div.DivClassName
{
background-color: #ED0197;
}
.BgClassName
{
background-color: #ED0197;
}
</style>
border-color css
<style>
span { border-color: #ED0197; }
span { border-color: rgb(237,1,151); }
td.TdClassName
{
border-color: #ED0197;
}
.TagClassName
{
border-color: #ED0197;
}
</style>