Shades of Hollywood Cerise #ED01B2
Tints of Hollywood Cerise #ED01B2
RGB
CMYK
RGB Variations
Color information
#ED01B2 (or 0xED01B2) is known color: Hollywood Cerise. HEX triplet: ED, 01 and B2. RGB value is (237,1,178). Sum of RGB (Red+Green+Blue) = 237+1+178=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED01B2 is #12FE4D. Grayscale: #5B5B5B. Windows color (decimal): -1244750 or 11665901. OLE color: 11665901.
HSL color Cylindrical-coordinate representation of color #ED01B2: hue angle of 315º 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 #ED01B2 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 178 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.07 |
| HSL | 315º | 0.99% | 0.47% | - |
| HSV(B) | 315º | 1% | 0.93% | - |
| XYZ | 42.97 | 21.24 | 43.95 | - |
| YUV | 91.74 | 176.69 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 178 | 0 | 1.00 | 0.25 | 0.07 | 315 | 0.99 | 0.47 |
| Hex | ED | 1 | B2 | 0 | 64 | 19 | 7 | 13B | 63 | 2F |
| Octal | 355 | 1 | 262 | 0 | 144 | 31 | 7 | 473 | 143 | 57 |
| Binary | 11101101 | 1 | 10110010 | 0 | 1100100 | 11001 | 111 | 100111011 | 1100011 | 101111 |
Color Harmonies of #ED01B2
Complementary color
Monochromatic Colors of #ED01B2
Black with #ED01B2
Text Example
Text Example
White with #ED01B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01B2; }
p { color: rgb(237,1,178); }
H1.HeaderClassName
{
color: #ED01B2;
}
.AnyTagClassName
{
color: #ED01B2;
}
</style>
background-color css
<style>
a { background-color: #ED01B2; }
a { background-color: rgb(237,1,178); }
div.DivClassName
{
background-color: #ED01B2;
}
.BgClassName
{
background-color: #ED01B2;
}
</style>
border-color css
<style>
span { border-color: #ED01B2; }
span { border-color: rgb(237,1,178); }
td.TdClassName
{
border-color: #ED01B2;
}
.TagClassName
{
border-color: #ED01B2;
}
</style>