Shades of Hollywood Cerise #ED01AF
Tints of Hollywood Cerise #ED01AF
RGB
CMYK
RGB Variations
Color information
#ED01AF (or 0xED01AF) is known color: Hollywood Cerise. HEX triplet: ED, 01 and AF. RGB value is (237,1,175). Sum of RGB (Red+Green+Blue) = 237+1+175=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED01AF is #12FE50. Grayscale: #5A5A5A. Windows color (decimal): -1244753 or 11469293. OLE color: 11469293.
HSL color Cylindrical-coordinate representation of color #ED01AF: hue angle of 315.76º 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 #ED01AF is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.07 |
| HSL | 315.76º | 0.99% | 0.47% | - |
| HSV(B) | 315.76º | 1% | 0.93% | - |
| XYZ | 42.67 | 21.12 | 42.39 | - |
| YUV | 91.4 | 175.19 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 175 | 0 | 1.00 | 0.26 | 0.07 | 315.76 | 0.99 | 0.47 |
| Hex | ED | 1 | AF | 0 | 64 | 1A | 7 | 13C | 63 | 2F |
| Octal | 355 | 1 | 257 | 0 | 144 | 32 | 7 | 474 | 143 | 57 |
| Binary | 11101101 | 1 | 10101111 | 0 | 1100100 | 11010 | 111 | 100111100 | 1100011 | 101111 |
Color Harmonies of #ED01AF
Complementary color
Monochromatic Colors of #ED01AF
Black with #ED01AF
Text Example
Text Example
White with #ED01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01AF; }
p { color: rgb(237,1,175); }
H1.HeaderClassName
{
color: #ED01AF;
}
.AnyTagClassName
{
color: #ED01AF;
}
</style>
background-color css
<style>
a { background-color: #ED01AF; }
a { background-color: rgb(237,1,175); }
div.DivClassName
{
background-color: #ED01AF;
}
.BgClassName
{
background-color: #ED01AF;
}
</style>
border-color css
<style>
span { border-color: #ED01AF; }
span { border-color: rgb(237,1,175); }
td.TdClassName
{
border-color: #ED01AF;
}
.TagClassName
{
border-color: #ED01AF;
}
</style>