Shades of Dark Pink #E65995
Tints of Dark Pink #E65995
RGB
CMYK
RGB Variations
Color information
#E65995 (or 0xE65995) is known color: Dark Pink. HEX triplet: E6, 59 and 95. RGB value is (230,89,149). Sum of RGB (Red+Green+Blue) = 230+89+149=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E65995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65995 is #19A66A. Grayscale: #898989. Windows color (decimal): -1681003 or 9787878. OLE color: 9787878.
HSL color Cylindrical-coordinate representation of color #E65995: hue angle of 334.47º 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 #E65995 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 149 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.10 |
| HSL | 334.47º | 0.74% | 0.63% | - |
| HSV(B) | 334.47º | 0.61% | 0.9% | - |
| XYZ | 41.63 | 26.14 | 31.28 | - |
| YUV | 138 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 149 | 0 | 0.61 | 0.35 | 0.10 | 334.47 | 0.74 | 0.63 |
| Hex | E6 | 59 | 95 | 0 | 3D | 23 | A | 14E | 4A | 3F |
| Octal | 346 | 131 | 225 | 0 | 75 | 43 | 12 | 516 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10010101 | 0 | 111101 | 100011 | 1010 | 101001110 | 1001010 | 111111 |
Color Harmonies of #E65995
Complementary color
Monochromatic Colors of #E65995
Black with #E65995
Text Example
Text Example
White with #E65995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65995; }
p { color: rgb(230,89,149); }
H1.HeaderClassName
{
color: #E65995;
}
.AnyTagClassName
{
color: #E65995;
}
</style>
background-color css
<style>
a { background-color: #E65995; }
a { background-color: rgb(230,89,149); }
div.DivClassName
{
background-color: #E65995;
}
.BgClassName
{
background-color: #E65995;
}
</style>
border-color css
<style>
span { border-color: #E65995; }
span { border-color: rgb(230,89,149); }
td.TdClassName
{
border-color: #E65995;
}
.TagClassName
{
border-color: #E65995;
}
</style>