Shades of Hollywood Cerise #ED07A8
Tints of Hollywood Cerise #ED07A8
RGB
CMYK
RGB Variations
Color information
#ED07A8 (or 0xED07A8) is known color: Hollywood Cerise. HEX triplet: ED, 07 and A8. RGB value is (237,7,168). Sum of RGB (Red+Green+Blue) = 237+7+168=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED07A8 is #12F857. Grayscale: #5D5D5D. Windows color (decimal): -1243224 or 11012077. OLE color: 11012077.
HSL color Cylindrical-coordinate representation of color #ED07A8: hue angle of 318º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07A8 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 168 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.07 |
| HSL | 318º | 0.94% | 0.48% | - |
| HSV(B) | 318º | 0.97% | 0.93% | - |
| XYZ | 42.07 | 20.98 | 38.88 | - |
| YUV | 94.12 | 169.7 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 168 | 0 | 0.97 | 0.29 | 0.07 | 318 | 0.94 | 0.48 |
| Hex | ED | 7 | A8 | 0 | 61 | 1D | 7 | 13E | 5E | 30 |
| Octal | 355 | 7 | 250 | 0 | 141 | 35 | 7 | 476 | 136 | 60 |
| Binary | 11101101 | 111 | 10101000 | 0 | 1100001 | 11101 | 111 | 100111110 | 1011110 | 110000 |
Color Harmonies of #ED07A8
Complementary color
Monochromatic Colors of #ED07A8
Black with #ED07A8
Text Example
Text Example
White with #ED07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07A8; }
p { color: rgb(237,7,168); }
H1.HeaderClassName
{
color: #ED07A8;
}
.AnyTagClassName
{
color: #ED07A8;
}
</style>
background-color css
<style>
a { background-color: #ED07A8; }
a { background-color: rgb(237,7,168); }
div.DivClassName
{
background-color: #ED07A8;
}
.BgClassName
{
background-color: #ED07A8;
}
</style>
border-color css
<style>
span { border-color: #ED07A8; }
span { border-color: rgb(237,7,168); }
td.TdClassName
{
border-color: #ED07A8;
}
.TagClassName
{
border-color: #ED07A8;
}
</style>