Shades of Hollywood Cerise #ED06A2
Tints of Hollywood Cerise #ED06A2
RGB
CMYK
RGB Variations
Color information
#ED06A2 (or 0xED06A2) is known color: Hollywood Cerise. HEX triplet: ED, 06 and A2. RGB value is (237,6,162). Sum of RGB (Red+Green+Blue) = 237+6+162=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED06A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED06A2 is #12F95D. Grayscale: #5C5C5C. Windows color (decimal): -1243486 or 10618605. OLE color: 10618605.
HSL color Cylindrical-coordinate representation of color #ED06A2: hue angle of 319.48º degrees, saturation: 0.95, 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 #ED06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.07 |
| HSL | 319.48º | 0.95% | 0.48% | - |
| HSV(B) | 319.48º | 0.97% | 0.93% | - |
| XYZ | 41.51 | 20.74 | 36 | - |
| YUV | 92.85 | 167.03 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 6 | 162 | 0 | 0.97 | 0.32 | 0.07 | 319.48 | 0.95 | 0.48 |
| Hex | ED | 6 | A2 | 0 | 61 | 20 | 7 | 13F | 5F | 30 |
| Octal | 355 | 6 | 242 | 0 | 141 | 40 | 7 | 477 | 137 | 60 |
| Binary | 11101101 | 110 | 10100010 | 0 | 1100001 | 100000 | 111 | 100111111 | 1011111 | 110000 |
Color Harmonies of #ED06A2
Complementary color
Monochromatic Colors of #ED06A2
Black with #ED06A2
Text Example
Text Example
White with #ED06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED06A2; }
p { color: rgb(237,6,162); }
H1.HeaderClassName
{
color: #ED06A2;
}
.AnyTagClassName
{
color: #ED06A2;
}
</style>
background-color css
<style>
a { background-color: #ED06A2; }
a { background-color: rgb(237,6,162); }
div.DivClassName
{
background-color: #ED06A2;
}
.BgClassName
{
background-color: #ED06A2;
}
</style>
border-color css
<style>
span { border-color: #ED06A2; }
span { border-color: rgb(237,6,162); }
td.TdClassName
{
border-color: #ED06A2;
}
.TagClassName
{
border-color: #ED06A2;
}
</style>