Shades of Deep Pink #E60681
Tints of Deep Pink #E60681
RGB
CMYK
RGB Variations
Color information
#E60681 (or 0xE60681) is known color: Deep Pink. HEX triplet: E6, 06 and 81. RGB value is (230,6,129). Sum of RGB (Red+Green+Blue) = 230+6+129=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E60681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60681 is #19F97E. Grayscale: #565656. Windows color (decimal): -1702271 or 8455910. OLE color: 8455910.
HSL color Cylindrical-coordinate representation of color #E60681: hue angle of 327.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60681 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 129 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.10 |
| HSL | 327.05º | 0.95% | 0.46% | - |
| HSV(B) | 327.05º | 0.97% | 0.9% | - |
| XYZ | 36.66 | 18.54 | 22.41 | - |
| YUV | 87 | 151.71 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 129 | 0 | 0.97 | 0.44 | 0.10 | 327.05 | 0.95 | 0.46 |
| Hex | E6 | 6 | 81 | 0 | 61 | 2C | A | 147 | 5F | 2E |
| Octal | 346 | 6 | 201 | 0 | 141 | 54 | 12 | 507 | 137 | 56 |
| Binary | 11100110 | 110 | 10000001 | 0 | 1100001 | 101100 | 1010 | 101000111 | 1011111 | 101110 |
Color Harmonies of #E60681
Complementary color
Monochromatic Colors of #E60681
Black with #E60681
Text Example
Text Example
White with #E60681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60681; }
p { color: rgb(230,6,129); }
H1.HeaderClassName
{
color: #E60681;
}
.AnyTagClassName
{
color: #E60681;
}
</style>
background-color css
<style>
a { background-color: #E60681; }
a { background-color: rgb(230,6,129); }
div.DivClassName
{
background-color: #E60681;
}
.BgClassName
{
background-color: #E60681;
}
</style>
border-color css
<style>
span { border-color: #E60681; }
span { border-color: rgb(230,6,129); }
td.TdClassName
{
border-color: #E60681;
}
.TagClassName
{
border-color: #E60681;
}
</style>