Shades of Hollywood Cerise #ED00AC
Tints of Hollywood Cerise #ED00AC
RGB
CMYK
RGB Variations
Color information
#ED00AC (or 0xED00AC) is known color: Hollywood Cerise. HEX triplet: ED, 00 and AC. RGB value is (237,0,172). Sum of RGB (Red+Green+Blue) = 237+0+172=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED00AC is #12FF53. Grayscale: #5A5A5A. Windows color (decimal): -1245012 or 11272429. OLE color: 11272429.
HSL color Cylindrical-coordinate representation of color #ED00AC: hue angle of 316.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED00AC is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.27 | 0.07 |
| HSL | 316.46º | 1% | 0.46% | - |
| HSV(B) | 316.46º | 1% | 0.93% | - |
| XYZ | 42.37 | 20.98 | 40.85 | - |
| YUV | 90.47 | 174.02 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 172 | 0 | 1 | 0.27 | 0.07 | 316.46 | 1 | 0.46 |
| Hex | ED | 0 | AC | 0 | 64 | 1B | 7 | 13C | 64 | 2E |
| Octal | 355 | 0 | 254 | 0 | 144 | 33 | 7 | 474 | 144 | 56 |
| Binary | 11101101 | 0 | 10101100 | 0 | 1100100 | 11011 | 111 | 100111100 | 1100100 | 101110 |
Color Harmonies of #ED00AC
Complementary color
Monochromatic Colors of #ED00AC
Black with #ED00AC
Text Example
Text Example
White with #ED00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED00AC; }
p { color: rgb(237,0,172); }
H1.HeaderClassName
{
color: #ED00AC;
}
.AnyTagClassName
{
color: #ED00AC;
}
</style>
background-color css
<style>
a { background-color: #ED00AC; }
a { background-color: rgb(237,0,172); }
div.DivClassName
{
background-color: #ED00AC;
}
.BgClassName
{
background-color: #ED00AC;
}
</style>
border-color css
<style>
span { border-color: #ED00AC; }
span { border-color: rgb(237,0,172); }
td.TdClassName
{
border-color: #ED00AC;
}
.TagClassName
{
border-color: #ED00AC;
}
</style>