Shades of Deep Pink #ED017E
Tints of Deep Pink #ED017E
RGB
CMYK
RGB Variations
Color information
#ED017E (or 0xED017E) is known color: Deep Pink. HEX triplet: ED, 01 and 7E. RGB value is (237,1,126). Sum of RGB (Red+Green+Blue) = 237+1+126=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED017E is #12FE81. Grayscale: #555555. Windows color (decimal): -1244802 or 8258029. OLE color: 8258029.
HSL color Cylindrical-coordinate representation of color #ED017E: hue angle of 328.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED017E is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.07 |
| HSL | 328.22º | 0.99% | 0.47% | - |
| HSV(B) | 328.22º | 1% | 0.93% | - |
| XYZ | 38.7 | 19.53 | 21.47 | - |
| YUV | 85.81 | 150.69 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 126 | 0 | 1.00 | 0.47 | 0.07 | 328.22 | 0.99 | 0.47 |
| Hex | ED | 1 | 7E | 0 | 64 | 2F | 7 | 148 | 63 | 2F |
| Octal | 355 | 1 | 176 | 0 | 144 | 57 | 7 | 510 | 143 | 57 |
| Binary | 11101101 | 1 | 1111110 | 0 | 1100100 | 101111 | 111 | 101001000 | 1100011 | 101111 |
Color Harmonies of #ED017E
Complementary color
Monochromatic Colors of #ED017E
Black with #ED017E
Text Example
Text Example
White with #ED017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED017E; }
p { color: rgb(237,1,126); }
H1.HeaderClassName
{
color: #ED017E;
}
.AnyTagClassName
{
color: #ED017E;
}
</style>
background-color css
<style>
a { background-color: #ED017E; }
a { background-color: rgb(237,1,126); }
div.DivClassName
{
background-color: #ED017E;
}
.BgClassName
{
background-color: #ED017E;
}
</style>
border-color css
<style>
span { border-color: #ED017E; }
span { border-color: rgb(237,1,126); }
td.TdClassName
{
border-color: #ED017E;
}
.TagClassName
{
border-color: #ED017E;
}
</style>