Shades of Deep Pink #ED007B
Tints of Deep Pink #ED007B
RGB
CMYK
RGB Variations
Color information
#ED007B (or 0xED007B) is known color: Deep Pink. HEX triplet: ED, 00 and 7B. RGB value is (237,0,123). Sum of RGB (Red+Green+Blue) = 237+0+123=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED007B is #12FF84. Grayscale: #545454. Windows color (decimal): -1245061 or 8061165. OLE color: 8061165.
HSL color Cylindrical-coordinate representation of color #ED007B: hue angle of 328.86º 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 #ED007B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.48 | 0.07 |
| HSL | 328.86º | 1% | 0.46% | - |
| HSV(B) | 328.86º | 1% | 0.93% | - |
| XYZ | 38.5 | 19.43 | 20.46 | - |
| YUV | 84.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 0 | 123 | 0 | 1 | 0.48 | 0.07 | 328.86 | 1 | 0.46 |
| Hex | ED | 0 | 7B | 0 | 64 | 30 | 7 | 149 | 64 | 2E |
| Octal | 355 | 0 | 173 | 0 | 144 | 60 | 7 | 511 | 144 | 56 |
| Binary | 11101101 | 0 | 1111011 | 0 | 1100100 | 110000 | 111 | 101001001 | 1100100 | 101110 |
Color Harmonies of #ED007B
Complementary color
Monochromatic Colors of #ED007B
Black with #ED007B
Text Example
Text Example
White with #ED007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED007B; }
p { color: rgb(237,0,123); }
H1.HeaderClassName
{
color: #ED007B;
}
.AnyTagClassName
{
color: #ED007B;
}
</style>
background-color css
<style>
a { background-color: #ED007B; }
a { background-color: rgb(237,0,123); }
div.DivClassName
{
background-color: #ED007B;
}
.BgClassName
{
background-color: #ED007B;
}
</style>
border-color css
<style>
span { border-color: #ED007B; }
span { border-color: rgb(237,0,123); }
td.TdClassName
{
border-color: #ED007B;
}
.TagClassName
{
border-color: #ED007B;
}
</style>