Shades of Dark Pink #E65A80
Tints of Dark Pink #E65A80
RGB
CMYK
RGB Variations
Color information
#E65A80 (or 0xE65A80) is known color: Dark Pink. HEX triplet: E6, 5A and 80. RGB value is (230,90,128). Sum of RGB (Red+Green+Blue) = 230+90+128=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65A80 is #19A57F. Grayscale: #888888. Windows color (decimal): -1680768 or 8411878. OLE color: 8411878.
HSL color Cylindrical-coordinate representation of color #E65A80: hue angle of 343.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A80 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 128 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.10 |
| HSL | 343.71º | 0.74% | 0.63% | - |
| HSV(B) | 343.71º | 0.61% | 0.9% | - |
| XYZ | 40.19 | 25.69 | 23.26 | - |
| YUV | 136.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 128 | 0 | 0.61 | 0.44 | 0.10 | 343.71 | 0.74 | 0.63 |
| Hex | E6 | 5A | 80 | 0 | 3D | 2C | A | 158 | 4A | 3F |
| Octal | 346 | 132 | 200 | 0 | 75 | 54 | 12 | 530 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10000000 | 0 | 111101 | 101100 | 1010 | 101011000 | 1001010 | 111111 |
Color Harmonies of #E65A80
Complementary color
Monochromatic Colors of #E65A80
Black with #E65A80
Text Example
Text Example
White with #E65A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A80; }
p { color: rgb(230,90,128); }
H1.HeaderClassName
{
color: #E65A80;
}
.AnyTagClassName
{
color: #E65A80;
}
</style>
background-color css
<style>
a { background-color: #E65A80; }
a { background-color: rgb(230,90,128); }
div.DivClassName
{
background-color: #E65A80;
}
.BgClassName
{
background-color: #E65A80;
}
</style>
border-color css
<style>
span { border-color: #E65A80; }
span { border-color: rgb(230,90,128); }
td.TdClassName
{
border-color: #E65A80;
}
.TagClassName
{
border-color: #E65A80;
}
</style>