Shades of Deep Pink #ED0180
Tints of Deep Pink #ED0180
RGB
CMYK
RGB Variations
Color information
#ED0180 (or 0xED0180) is known color: Deep Pink. HEX triplet: ED, 01 and 80. RGB value is (237,1,128). Sum of RGB (Red+Green+Blue) = 237+1+128=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0180 is #12FE7F. Grayscale: #555555. Windows color (decimal): -1244800 or 8389101. OLE color: 8389101.
HSL color Cylindrical-coordinate representation of color #ED0180: hue angle of 327.71º 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 #ED0180 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.07 |
| HSL | 327.71º | 0.99% | 0.47% | - |
| HSV(B) | 327.71º | 1% | 0.93% | - |
| XYZ | 38.83 | 19.58 | 22.16 | - |
| YUV | 86.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 128 | 0 | 1.00 | 0.46 | 0.07 | 327.71 | 0.99 | 0.47 |
| Hex | ED | 1 | 80 | 0 | 64 | 2E | 7 | 148 | 63 | 2F |
| Octal | 355 | 1 | 200 | 0 | 144 | 56 | 7 | 510 | 143 | 57 |
| Binary | 11101101 | 1 | 10000000 | 0 | 1100100 | 101110 | 111 | 101001000 | 1100011 | 101111 |
Color Harmonies of #ED0180
Complementary color
Monochromatic Colors of #ED0180
Black with #ED0180
Text Example
Text Example
White with #ED0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0180; }
p { color: rgb(237,1,128); }
H1.HeaderClassName
{
color: #ED0180;
}
.AnyTagClassName
{
color: #ED0180;
}
</style>
background-color css
<style>
a { background-color: #ED0180; }
a { background-color: rgb(237,1,128); }
div.DivClassName
{
background-color: #ED0180;
}
.BgClassName
{
background-color: #ED0180;
}
</style>
border-color css
<style>
span { border-color: #ED0180; }
span { border-color: rgb(237,1,128); }
td.TdClassName
{
border-color: #ED0180;
}
.TagClassName
{
border-color: #ED0180;
}
</style>