Shades of Hollywood Cerise #ED019B
Tints of Hollywood Cerise #ED019B
RGB
CMYK
RGB Variations
Color information
#ED019B (or 0xED019B) is known color: Hollywood Cerise. HEX triplet: ED, 01 and 9B. RGB value is (237,1,155). Sum of RGB (Red+Green+Blue) = 237+1+155=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED019B is #12FE64. Grayscale: #585858. Windows color (decimal): -1244773 or 10158573. OLE color: 10158573.
HSL color Cylindrical-coordinate representation of color #ED019B: hue angle of 320.85º 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 #ED019B is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.07 |
| HSL | 320.85º | 0.99% | 0.47% | - |
| HSV(B) | 320.85º | 1% | 0.93% | - |
| XYZ | 40.85 | 20.39 | 32.79 | - |
| YUV | 89.12 | 165.19 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 155 | 0 | 1.00 | 0.35 | 0.07 | 320.85 | 0.99 | 0.47 |
| Hex | ED | 1 | 9B | 0 | 64 | 23 | 7 | 141 | 63 | 2F |
| Octal | 355 | 1 | 233 | 0 | 144 | 43 | 7 | 501 | 143 | 57 |
| Binary | 11101101 | 1 | 10011011 | 0 | 1100100 | 100011 | 111 | 101000001 | 1100011 | 101111 |
Color Harmonies of #ED019B
Complementary color
Monochromatic Colors of #ED019B
Black with #ED019B
Text Example
Text Example
White with #ED019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED019B; }
p { color: rgb(237,1,155); }
H1.HeaderClassName
{
color: #ED019B;
}
.AnyTagClassName
{
color: #ED019B;
}
</style>
background-color css
<style>
a { background-color: #ED019B; }
a { background-color: rgb(237,1,155); }
div.DivClassName
{
background-color: #ED019B;
}
.BgClassName
{
background-color: #ED019B;
}
</style>
border-color css
<style>
span { border-color: #ED019B; }
span { border-color: rgb(237,1,155); }
td.TdClassName
{
border-color: #ED019B;
}
.TagClassName
{
border-color: #ED019B;
}
</style>