Shades of Hollywood Cerise #ED00A3
Tints of Hollywood Cerise #ED00A3
RGB
CMYK
RGB Variations
Color information
#ED00A3 (or 0xED00A3) is known color: Hollywood Cerise. HEX triplet: ED, 00 and A3. RGB value is (237,0,163). Sum of RGB (Red+Green+Blue) = 237+0+163=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED00A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED00A3 is #12FF5C. Grayscale: #595959. Windows color (decimal): -1245021 or 10682605. OLE color: 10682605.
HSL color Cylindrical-coordinate representation of color #ED00A3: hue angle of 318.73º 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 #ED00A3 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.31 | 0.07 |
| HSL | 318.73º | 1% | 0.46% | - |
| HSV(B) | 318.73º | 1% | 0.93% | - |
| XYZ | 41.54 | 20.65 | 36.45 | - |
| YUV | 89.45 | 169.52 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 163 | 0 | 1 | 0.31 | 0.07 | 318.73 | 1 | 0.46 |
| Hex | ED | 0 | A3 | 0 | 64 | 1F | 7 | 13F | 64 | 2E |
| Octal | 355 | 0 | 243 | 0 | 144 | 37 | 7 | 477 | 144 | 56 |
| Binary | 11101101 | 0 | 10100011 | 0 | 1100100 | 11111 | 111 | 100111111 | 1100100 | 101110 |
Color Harmonies of #ED00A3
Complementary color
Monochromatic Colors of #ED00A3
Black with #ED00A3
Text Example
Text Example
White with #ED00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED00A3; }
p { color: rgb(237,0,163); }
H1.HeaderClassName
{
color: #ED00A3;
}
.AnyTagClassName
{
color: #ED00A3;
}
</style>
background-color css
<style>
a { background-color: #ED00A3; }
a { background-color: rgb(237,0,163); }
div.DivClassName
{
background-color: #ED00A3;
}
.BgClassName
{
background-color: #ED00A3;
}
</style>
border-color css
<style>
span { border-color: #ED00A3; }
span { border-color: rgb(237,0,163); }
td.TdClassName
{
border-color: #ED00A3;
}
.TagClassName
{
border-color: #ED00A3;
}
</style>