Shades of Hollywood Cerise #ED008B
Tints of Hollywood Cerise #ED008B
RGB
CMYK
RGB Variations
Color information
#ED008B (or 0xED008B) is known color: Hollywood Cerise. HEX triplet: ED, 00 and 8B. RGB value is (237,0,139). Sum of RGB (Red+Green+Blue) = 237+0+139=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED008B is #12FF74. Grayscale: #565656. Windows color (decimal): -1245045 or 9109741. OLE color: 9109741.
HSL color Cylindrical-coordinate representation of color #ED008B: hue angle of 324.81º 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 #ED008B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.41 | 0.07 |
| HSL | 324.81º | 1% | 0.46% | - |
| HSV(B) | 324.81º | 1% | 0.93% | - |
| XYZ | 39.59 | 19.87 | 26.17 | - |
| YUV | 86.71 | 157.52 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 139 | 0 | 1 | 0.41 | 0.07 | 324.81 | 1 | 0.46 |
| Hex | ED | 0 | 8B | 0 | 64 | 29 | 7 | 145 | 64 | 2E |
| Octal | 355 | 0 | 213 | 0 | 144 | 51 | 7 | 505 | 144 | 56 |
| Binary | 11101101 | 0 | 10001011 | 0 | 1100100 | 101001 | 111 | 101000101 | 1100100 | 101110 |
Color Harmonies of #ED008B
Complementary color
Monochromatic Colors of #ED008B
Black with #ED008B
Text Example
Text Example
White with #ED008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED008B; }
p { color: rgb(237,0,139); }
H1.HeaderClassName
{
color: #ED008B;
}
.AnyTagClassName
{
color: #ED008B;
}
</style>
background-color css
<style>
a { background-color: #ED008B; }
a { background-color: rgb(237,0,139); }
div.DivClassName
{
background-color: #ED008B;
}
.BgClassName
{
background-color: #ED008B;
}
</style>
border-color css
<style>
span { border-color: #ED008B; }
span { border-color: rgb(237,0,139); }
td.TdClassName
{
border-color: #ED008B;
}
.TagClassName
{
border-color: #ED008B;
}
</style>