Shades of Deep Pink #ED0D92
Tints of Deep Pink #ED0D92
RGB
CMYK
RGB Variations
Color information
#ED0D92 (or 0xED0D92) is known color: Deep Pink. HEX triplet: ED, 0D and 92. RGB value is (237,13,146). Sum of RGB (Red+Green+Blue) = 237+13+146=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0D92 is #12F26D. Grayscale: #5E5E5E. Windows color (decimal): -1241710 or 9571821. OLE color: 9571821.
HSL color Cylindrical-coordinate representation of color #ED0D92: hue angle of 324.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0D92 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 146 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.07 |
| HSL | 324.38º | 0.9% | 0.49% | - |
| HSV(B) | 324.38º | 0.95% | 0.93% | - |
| XYZ | 40.26 | 20.37 | 29 | - |
| YUV | 95.14 | 156.71 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 146 | 0 | 0.95 | 0.38 | 0.07 | 324.38 | 0.9 | 0.49 |
| Hex | ED | D | 92 | 0 | 5F | 26 | 7 | 144 | 5A | 31 |
| Octal | 355 | 15 | 222 | 0 | 137 | 46 | 7 | 504 | 132 | 61 |
| Binary | 11101101 | 1101 | 10010010 | 0 | 1011111 | 100110 | 111 | 101000100 | 1011010 | 110001 |
Color Harmonies of #ED0D92
Complementary color
Monochromatic Colors of #ED0D92
Black with #ED0D92
Text Example
Text Example
White with #ED0D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D92; }
p { color: rgb(237,13,146); }
H1.HeaderClassName
{
color: #ED0D92;
}
.AnyTagClassName
{
color: #ED0D92;
}
</style>
background-color css
<style>
a { background-color: #ED0D92; }
a { background-color: rgb(237,13,146); }
div.DivClassName
{
background-color: #ED0D92;
}
.BgClassName
{
background-color: #ED0D92;
}
</style>
border-color css
<style>
span { border-color: #ED0D92; }
span { border-color: rgb(237,13,146); }
td.TdClassName
{
border-color: #ED0D92;
}
.TagClassName
{
border-color: #ED0D92;
}
</style>