Shades of Deep Pink #ED0A7B
Tints of Deep Pink #ED0A7B
RGB
CMYK
RGB Variations
Color information
#ED0A7B (or 0xED0A7B) is known color: Deep Pink. HEX triplet: ED, 0A and 7B. RGB value is (237,10,123). Sum of RGB (Red+Green+Blue) = 237+10+123=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A7B is #12F584. Grayscale: #5A5A5A. Windows color (decimal): -1242501 or 8063725. OLE color: 8063725.
HSL color Cylindrical-coordinate representation of color #ED0A7B: hue angle of 330.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A7B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 123 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.07 |
| HSL | 330.13º | 0.92% | 0.48% | - |
| HSV(B) | 330.13º | 0.96% | 0.93% | - |
| XYZ | 38.61 | 19.65 | 20.5 | - |
| YUV | 90.76 | 146.21 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 123 | 0 | 0.96 | 0.48 | 0.07 | 330.13 | 0.92 | 0.48 |
| Hex | ED | A | 7B | 0 | 60 | 30 | 7 | 14A | 5C | 30 |
| Octal | 355 | 12 | 173 | 0 | 140 | 60 | 7 | 512 | 134 | 60 |
| Binary | 11101101 | 1010 | 1111011 | 0 | 1100000 | 110000 | 111 | 101001010 | 1011100 | 110000 |
Color Harmonies of #ED0A7B
Complementary color
Monochromatic Colors of #ED0A7B
Black with #ED0A7B
Text Example
Text Example
White with #ED0A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A7B; }
p { color: rgb(237,10,123); }
H1.HeaderClassName
{
color: #ED0A7B;
}
.AnyTagClassName
{
color: #ED0A7B;
}
</style>
background-color css
<style>
a { background-color: #ED0A7B; }
a { background-color: rgb(237,10,123); }
div.DivClassName
{
background-color: #ED0A7B;
}
.BgClassName
{
background-color: #ED0A7B;
}
</style>
border-color css
<style>
span { border-color: #ED0A7B; }
span { border-color: rgb(237,10,123); }
td.TdClassName
{
border-color: #ED0A7B;
}
.TagClassName
{
border-color: #ED0A7B;
}
</style>