Shades of Deep Pink #ED077B
Tints of Deep Pink #ED077B
RGB
CMYK
RGB Variations
Color information
#ED077B (or 0xED077B) is known color: Deep Pink. HEX triplet: ED, 07 and 7B. RGB value is (237,7,123). Sum of RGB (Red+Green+Blue) = 237+7+123=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED077B is #12F884. Grayscale: #585858. Windows color (decimal): -1243269 or 8062957. OLE color: 8062957.
HSL color Cylindrical-coordinate representation of color #ED077B: hue angle of 329.74º 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 #ED077B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.07 |
| HSL | 329.74º | 0.94% | 0.48% | - |
| HSV(B) | 329.74º | 0.97% | 0.93% | - |
| XYZ | 38.58 | 19.59 | 20.49 | - |
| YUV | 88.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 123 | 0 | 0.97 | 0.48 | 0.07 | 329.74 | 0.94 | 0.48 |
| Hex | ED | 7 | 7B | 0 | 61 | 30 | 7 | 14A | 5E | 30 |
| Octal | 355 | 7 | 173 | 0 | 141 | 60 | 7 | 512 | 136 | 60 |
| Binary | 11101101 | 111 | 1111011 | 0 | 1100001 | 110000 | 111 | 101001010 | 1011110 | 110000 |
Color Harmonies of #ED077B
Complementary color
Monochromatic Colors of #ED077B
Black with #ED077B
Text Example
Text Example
White with #ED077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED077B; }
p { color: rgb(237,7,123); }
H1.HeaderClassName
{
color: #ED077B;
}
.AnyTagClassName
{
color: #ED077B;
}
</style>
background-color css
<style>
a { background-color: #ED077B; }
a { background-color: rgb(237,7,123); }
div.DivClassName
{
background-color: #ED077B;
}
.BgClassName
{
background-color: #ED077B;
}
</style>
border-color css
<style>
span { border-color: #ED077B; }
span { border-color: rgb(237,7,123); }
td.TdClassName
{
border-color: #ED077B;
}
.TagClassName
{
border-color: #ED077B;
}
</style>