Shades of Hollywood Cerise #ED0DAA
Tints of Hollywood Cerise #ED0DAA
RGB
CMYK
RGB Variations
Color information
#ED0DAA (or 0xED0DAA) is known color: Hollywood Cerise. HEX triplet: ED, 0D and AA. RGB value is (237,13,170). Sum of RGB (Red+Green+Blue) = 237+13+170=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0DAA is #12F255. Grayscale: #616161. Windows color (decimal): -1241686 or 11144685. OLE color: 11144685.
HSL color Cylindrical-coordinate representation of color #ED0DAA: hue angle of 317.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0DAA is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 170 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.07 |
| HSL | 317.95º | 0.9% | 0.49% | - |
| HSV(B) | 317.95º | 0.95% | 0.93% | - |
| XYZ | 42.32 | 21.19 | 39.89 | - |
| YUV | 97.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 170 | 0 | 0.95 | 0.28 | 0.07 | 317.95 | 0.9 | 0.49 |
| Hex | ED | D | AA | 0 | 5F | 1C | 7 | 13E | 5A | 31 |
| Octal | 355 | 15 | 252 | 0 | 137 | 34 | 7 | 476 | 132 | 61 |
| Binary | 11101101 | 1101 | 10101010 | 0 | 1011111 | 11100 | 111 | 100111110 | 1011010 | 110001 |
Color Harmonies of #ED0DAA
Complementary color
Monochromatic Colors of #ED0DAA
Black with #ED0DAA
Text Example
Text Example
White with #ED0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0DAA; }
p { color: rgb(237,13,170); }
H1.HeaderClassName
{
color: #ED0DAA;
}
.AnyTagClassName
{
color: #ED0DAA;
}
</style>
background-color css
<style>
a { background-color: #ED0DAA; }
a { background-color: rgb(237,13,170); }
div.DivClassName
{
background-color: #ED0DAA;
}
.BgClassName
{
background-color: #ED0DAA;
}
</style>
border-color css
<style>
span { border-color: #ED0DAA; }
span { border-color: rgb(237,13,170); }
td.TdClassName
{
border-color: #ED0DAA;
}
.TagClassName
{
border-color: #ED0DAA;
}
</style>