Shades of Dark Pink #E65F8D
Tints of Dark Pink #E65F8D
RGB
CMYK
RGB Variations
Color information
#E65F8D (or 0xE65F8D) is known color: Dark Pink. HEX triplet: E6, 5F and 8D. RGB value is (230,95,141). Sum of RGB (Red+Green+Blue) = 230+95+141=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F8D is #19A072. Grayscale: #8C8C8C. Windows color (decimal): -1679475 or 9265126. OLE color: 9265126.
HSL color Cylindrical-coordinate representation of color #E65F8D: hue angle of 339.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F8D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 141 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.10 |
| HSL | 339.56º | 0.73% | 0.64% | - |
| HSV(B) | 339.56º | 0.59% | 0.9% | - |
| XYZ | 41.53 | 26.93 | 28.21 | - |
| YUV | 140.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 141 | 0 | 0.59 | 0.39 | 0.10 | 339.56 | 0.73 | 0.64 |
| Hex | E6 | 5F | 8D | 0 | 3B | 27 | A | 154 | 49 | 40 |
| Octal | 346 | 137 | 215 | 0 | 73 | 47 | 12 | 524 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10001101 | 0 | 111011 | 100111 | 1010 | 101010100 | 1001001 | 1000000 |
Color Harmonies of #E65F8D
Complementary color
Monochromatic Colors of #E65F8D
Black with #E65F8D
Text Example
Text Example
White with #E65F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F8D; }
p { color: rgb(230,95,141); }
H1.HeaderClassName
{
color: #E65F8D;
}
.AnyTagClassName
{
color: #E65F8D;
}
</style>
background-color css
<style>
a { background-color: #E65F8D; }
a { background-color: rgb(230,95,141); }
div.DivClassName
{
background-color: #E65F8D;
}
.BgClassName
{
background-color: #E65F8D;
}
</style>
border-color css
<style>
span { border-color: #E65F8D; }
span { border-color: rgb(230,95,141); }
td.TdClassName
{
border-color: #E65F8D;
}
.TagClassName
{
border-color: #E65F8D;
}
</style>