Shades of Dark Pink #E65880
Tints of Dark Pink #E65880
RGB
CMYK
RGB Variations
Color information
#E65880 (or 0xE65880) is known color: Dark Pink. HEX triplet: E6, 58 and 80. RGB value is (230,88,128). Sum of RGB (Red+Green+Blue) = 230+88+128=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65880 is #19A77F. Grayscale: #878787. Windows color (decimal): -1681280 or 8411366. OLE color: 8411366.
HSL color Cylindrical-coordinate representation of color #E65880: hue angle of 343.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65880 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 128 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.10 |
| HSL | 343.1º | 0.74% | 0.62% | - |
| HSV(B) | 343.1º | 0.62% | 0.9% | - |
| XYZ | 40.02 | 25.36 | 23.21 | - |
| YUV | 135.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 128 | 0 | 0.62 | 0.44 | 0.10 | 343.1 | 0.74 | 0.62 |
| Hex | E6 | 58 | 80 | 0 | 3E | 2C | A | 157 | 4A | 3E |
| Octal | 346 | 130 | 200 | 0 | 76 | 54 | 12 | 527 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10000000 | 0 | 111110 | 101100 | 1010 | 101010111 | 1001010 | 111110 |
Color Harmonies of #E65880
Complementary color
Monochromatic Colors of #E65880
Black with #E65880
Text Example
Text Example
White with #E65880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65880; }
p { color: rgb(230,88,128); }
H1.HeaderClassName
{
color: #E65880;
}
.AnyTagClassName
{
color: #E65880;
}
</style>
background-color css
<style>
a { background-color: #E65880; }
a { background-color: rgb(230,88,128); }
div.DivClassName
{
background-color: #E65880;
}
.BgClassName
{
background-color: #E65880;
}
</style>
border-color css
<style>
span { border-color: #E65880; }
span { border-color: rgb(230,88,128); }
td.TdClassName
{
border-color: #E65880;
}
.TagClassName
{
border-color: #E65880;
}
</style>