Shades of Deep Pink #ED037E
Tints of Deep Pink #ED037E
RGB
CMYK
RGB Variations
Color information
#ED037E (or 0xED037E) is known color: Deep Pink. HEX triplet: ED, 03 and 7E. RGB value is (237,3,126). Sum of RGB (Red+Green+Blue) = 237+3+126=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED037E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED037E is #12FC81. Grayscale: #565656. Windows color (decimal): -1244290 or 8258541. OLE color: 8258541.
HSL color Cylindrical-coordinate representation of color #ED037E: hue angle of 328.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED037E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.07 |
| HSL | 328.46º | 0.98% | 0.47% | - |
| HSV(B) | 328.46º | 0.99% | 0.93% | - |
| XYZ | 38.72 | 19.58 | 21.48 | - |
| YUV | 86.99 | 150.02 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 126 | 0 | 0.99 | 0.47 | 0.07 | 328.46 | 0.98 | 0.47 |
| Hex | ED | 3 | 7E | 0 | 63 | 2F | 7 | 148 | 62 | 2F |
| Octal | 355 | 3 | 176 | 0 | 143 | 57 | 7 | 510 | 142 | 57 |
| Binary | 11101101 | 11 | 1111110 | 0 | 1100011 | 101111 | 111 | 101001000 | 1100010 | 101111 |
Color Harmonies of #ED037E
Complementary color
Monochromatic Colors of #ED037E
Black with #ED037E
Text Example
Text Example
White with #ED037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED037E; }
p { color: rgb(237,3,126); }
H1.HeaderClassName
{
color: #ED037E;
}
.AnyTagClassName
{
color: #ED037E;
}
</style>
background-color css
<style>
a { background-color: #ED037E; }
a { background-color: rgb(237,3,126); }
div.DivClassName
{
background-color: #ED037E;
}
.BgClassName
{
background-color: #ED037E;
}
</style>
border-color css
<style>
span { border-color: #ED037E; }
span { border-color: rgb(237,3,126); }
td.TdClassName
{
border-color: #ED037E;
}
.TagClassName
{
border-color: #ED037E;
}
</style>