Shades of Dark Pink #E65584
Tints of Dark Pink #E65584
RGB
CMYK
RGB Variations
Color information
#E65584 (or 0xE65584) is known color: Dark Pink. HEX triplet: E6, 55 and 84. RGB value is (230,85,132). Sum of RGB (Red+Green+Blue) = 230+85+132=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E65584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65584 is #19AA7B. Grayscale: #858585. Windows color (decimal): -1682044 or 8672742. OLE color: 8672742.
HSL color Cylindrical-coordinate representation of color #E65584: hue angle of 340.55º 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 #E65584 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 132 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.10 |
| HSL | 340.55º | 0.74% | 0.62% | - |
| HSV(B) | 340.55º | 0.63% | 0.9% | - |
| XYZ | 40.05 | 24.99 | 24.54 | - |
| YUV | 133.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 132 | 0 | 0.63 | 0.43 | 0.10 | 340.55 | 0.74 | 0.62 |
| Hex | E6 | 55 | 84 | 0 | 3F | 2B | A | 155 | 4A | 3E |
| Octal | 346 | 125 | 204 | 0 | 77 | 53 | 12 | 525 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10000100 | 0 | 111111 | 101011 | 1010 | 101010101 | 1001010 | 111110 |
Color Harmonies of #E65584
Complementary color
Monochromatic Colors of #E65584
Black with #E65584
Text Example
Text Example
White with #E65584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65584; }
p { color: rgb(230,85,132); }
H1.HeaderClassName
{
color: #E65584;
}
.AnyTagClassName
{
color: #E65584;
}
</style>
background-color css
<style>
a { background-color: #E65584; }
a { background-color: rgb(230,85,132); }
div.DivClassName
{
background-color: #E65584;
}
.BgClassName
{
background-color: #E65584;
}
</style>
border-color css
<style>
span { border-color: #E65584; }
span { border-color: rgb(230,85,132); }
td.TdClassName
{
border-color: #E65584;
}
.TagClassName
{
border-color: #E65584;
}
</style>