Shades of Hollywood Cerise #ED07B2
Tints of Hollywood Cerise #ED07B2
RGB
CMYK
RGB Variations
Color information
#ED07B2 (or 0xED07B2) is known color: Hollywood Cerise. HEX triplet: ED, 07 and B2. RGB value is (237,7,178). Sum of RGB (Red+Green+Blue) = 237+7+178=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED07B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED07B2 is #12F84D. Grayscale: #5E5E5E. Windows color (decimal): -1243214 or 11667437. OLE color: 11667437.
HSL color Cylindrical-coordinate representation of color #ED07B2: hue angle of 315.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED07B2 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.07 |
| HSL | 315.39º | 0.94% | 0.48% | - |
| HSV(B) | 315.39º | 0.97% | 0.93% | - |
| XYZ | 43.04 | 21.37 | 43.98 | - |
| YUV | 95.26 | 174.7 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 178 | 0 | 0.97 | 0.25 | 0.07 | 315.39 | 0.94 | 0.48 |
| Hex | ED | 7 | B2 | 0 | 61 | 19 | 7 | 13B | 5E | 30 |
| Octal | 355 | 7 | 262 | 0 | 141 | 31 | 7 | 473 | 136 | 60 |
| Binary | 11101101 | 111 | 10110010 | 0 | 1100001 | 11001 | 111 | 100111011 | 1011110 | 110000 |
Color Harmonies of #ED07B2
Complementary color
Monochromatic Colors of #ED07B2
Black with #ED07B2
Text Example
Text Example
White with #ED07B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED07B2; }
p { color: rgb(237,7,178); }
H1.HeaderClassName
{
color: #ED07B2;
}
.AnyTagClassName
{
color: #ED07B2;
}
</style>
background-color css
<style>
a { background-color: #ED07B2; }
a { background-color: rgb(237,7,178); }
div.DivClassName
{
background-color: #ED07B2;
}
.BgClassName
{
background-color: #ED07B2;
}
</style>
border-color css
<style>
span { border-color: #ED07B2; }
span { border-color: rgb(237,7,178); }
td.TdClassName
{
border-color: #ED07B2;
}
.TagClassName
{
border-color: #ED07B2;
}
</style>