Shades of Dark Pink #E65684
Tints of Dark Pink #E65684
RGB
CMYK
RGB Variations
Color information
#E65684 (or 0xE65684) is known color: Dark Pink. HEX triplet: E6, 56 and 84. RGB value is (230,86,132). Sum of RGB (Red+Green+Blue) = 230+86+132=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65684 is #19A97B. Grayscale: #868686. Windows color (decimal): -1681788 or 8672998. OLE color: 8672998.
HSL color Cylindrical-coordinate representation of color #E65684: hue angle of 340.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65684 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 132 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.10 |
| HSL | 340.83º | 0.74% | 0.62% | - |
| HSV(B) | 340.83º | 0.63% | 0.9% | - |
| XYZ | 40.13 | 25.14 | 24.57 | - |
| YUV | 134.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 132 | 0 | 0.63 | 0.43 | 0.10 | 340.83 | 0.74 | 0.62 |
| Hex | E6 | 56 | 84 | 0 | 3F | 2B | A | 155 | 4A | 3E |
| Octal | 346 | 126 | 204 | 0 | 77 | 53 | 12 | 525 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10000100 | 0 | 111111 | 101011 | 1010 | 101010101 | 1001010 | 111110 |
Color Harmonies of #E65684
Complementary color
Monochromatic Colors of #E65684
Black with #E65684
Text Example
Text Example
White with #E65684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65684; }
p { color: rgb(230,86,132); }
H1.HeaderClassName
{
color: #E65684;
}
.AnyTagClassName
{
color: #E65684;
}
</style>
background-color css
<style>
a { background-color: #E65684; }
a { background-color: rgb(230,86,132); }
div.DivClassName
{
background-color: #E65684;
}
.BgClassName
{
background-color: #E65684;
}
</style>
border-color css
<style>
span { border-color: #E65684; }
span { border-color: rgb(230,86,132); }
td.TdClassName
{
border-color: #E65684;
}
.TagClassName
{
border-color: #E65684;
}
</style>