Shades of Hollywood Cerise #ED0193
Tints of Hollywood Cerise #ED0193
RGB
CMYK
RGB Variations
Color information
#ED0193 (or 0xED0193) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 93. RGB value is (237,1,147). Sum of RGB (Red+Green+Blue) = 237+1+147=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0193 is #12FE6C. Grayscale: #575757. Windows color (decimal): -1244781 or 9634285. OLE color: 9634285.
HSL color Cylindrical-coordinate representation of color #ED0193: hue angle of 322.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0193 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.07 |
| HSL | 322.88º | 0.99% | 0.47% | - |
| HSV(B) | 322.88º | 1% | 0.93% | - |
| XYZ | 40.2 | 20.13 | 29.37 | - |
| YUV | 88.21 | 161.19 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 147 | 0 | 1.00 | 0.38 | 0.07 | 322.88 | 0.99 | 0.47 |
| Hex | ED | 1 | 93 | 0 | 64 | 26 | 7 | 143 | 63 | 2F |
| Octal | 355 | 1 | 223 | 0 | 144 | 46 | 7 | 503 | 143 | 57 |
| Binary | 11101101 | 1 | 10010011 | 0 | 1100100 | 100110 | 111 | 101000011 | 1100011 | 101111 |
Color Harmonies of #ED0193
Complementary color
Monochromatic Colors of #ED0193
Black with #ED0193
Text Example
Text Example
White with #ED0193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0193; }
p { color: rgb(237,1,147); }
H1.HeaderClassName
{
color: #ED0193;
}
.AnyTagClassName
{
color: #ED0193;
}
</style>
background-color css
<style>
a { background-color: #ED0193; }
a { background-color: rgb(237,1,147); }
div.DivClassName
{
background-color: #ED0193;
}
.BgClassName
{
background-color: #ED0193;
}
</style>
border-color css
<style>
span { border-color: #ED0193; }
span { border-color: rgb(237,1,147); }
td.TdClassName
{
border-color: #ED0193;
}
.TagClassName
{
border-color: #ED0193;
}
</style>