Shades of Deep Pink #E60280
Tints of Deep Pink #E60280
RGB
CMYK
RGB Variations
Color information
#E60280 (or 0xE60280) is known color: Deep Pink. HEX triplet: E6, 02 and 80. RGB value is (230,2,128). Sum of RGB (Red+Green+Blue) = 230+2+128=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E60280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60280 is #19FD7F. Grayscale: #545454. Windows color (decimal): -1703296 or 8389350. OLE color: 8389350.
HSL color Cylindrical-coordinate representation of color #E60280: hue angle of 326.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60280 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.10 |
| HSL | 326.84º | 0.98% | 0.45% | - |
| HSV(B) | 326.84º | 0.99% | 0.9% | - |
| XYZ | 36.55 | 18.42 | 22.05 | - |
| YUV | 84.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 128 | 0 | 0.99 | 0.44 | 0.10 | 326.84 | 0.98 | 0.45 |
| Hex | E6 | 2 | 80 | 0 | 63 | 2C | A | 147 | 62 | 2D |
| Octal | 346 | 2 | 200 | 0 | 143 | 54 | 12 | 507 | 142 | 55 |
| Binary | 11100110 | 10 | 10000000 | 0 | 1100011 | 101100 | 1010 | 101000111 | 1100010 | 101101 |
Color Harmonies of #E60280
Complementary color
Monochromatic Colors of #E60280
Black with #E60280
Text Example
Text Example
White with #E60280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60280; }
p { color: rgb(230,2,128); }
H1.HeaderClassName
{
color: #E60280;
}
.AnyTagClassName
{
color: #E60280;
}
</style>
background-color css
<style>
a { background-color: #E60280; }
a { background-color: rgb(230,2,128); }
div.DivClassName
{
background-color: #E60280;
}
.BgClassName
{
background-color: #E60280;
}
</style>
border-color css
<style>
span { border-color: #E60280; }
span { border-color: rgb(230,2,128); }
td.TdClassName
{
border-color: #E60280;
}
.TagClassName
{
border-color: #E60280;
}
</style>