Shades of Hollywood Cerise #ED03AC
Tints of Hollywood Cerise #ED03AC
RGB
CMYK
RGB Variations
Color information
#ED03AC (or 0xED03AC) is known color: Hollywood Cerise. HEX triplet: ED, 03 and AC. RGB value is (237,3,172). Sum of RGB (Red+Green+Blue) = 237+3+172=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED03AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED03AC is #12FC53. Grayscale: #5B5B5B. Windows color (decimal): -1244244 or 11273197. OLE color: 11273197.
HSL color Cylindrical-coordinate representation of color #ED03AC: hue angle of 316.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03AC is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.07 |
| HSL | 316.67º | 0.98% | 0.47% | - |
| HSV(B) | 316.67º | 0.99% | 0.93% | - |
| XYZ | 42.4 | 21.05 | 40.86 | - |
| YUV | 92.23 | 173.02 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 172 | 0 | 0.99 | 0.27 | 0.07 | 316.67 | 0.98 | 0.47 |
| Hex | ED | 3 | AC | 0 | 63 | 1B | 7 | 13D | 62 | 2F |
| Octal | 355 | 3 | 254 | 0 | 143 | 33 | 7 | 475 | 142 | 57 |
| Binary | 11101101 | 11 | 10101100 | 0 | 1100011 | 11011 | 111 | 100111101 | 1100010 | 101111 |
Color Harmonies of #ED03AC
Complementary color
Monochromatic Colors of #ED03AC
Black with #ED03AC
Text Example
Text Example
White with #ED03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03AC; }
p { color: rgb(237,3,172); }
H1.HeaderClassName
{
color: #ED03AC;
}
.AnyTagClassName
{
color: #ED03AC;
}
</style>
background-color css
<style>
a { background-color: #ED03AC; }
a { background-color: rgb(237,3,172); }
div.DivClassName
{
background-color: #ED03AC;
}
.BgClassName
{
background-color: #ED03AC;
}
</style>
border-color css
<style>
span { border-color: #ED03AC; }
span { border-color: rgb(237,3,172); }
td.TdClassName
{
border-color: #ED03AC;
}
.TagClassName
{
border-color: #ED03AC;
}
</style>