Shades of Dark Pink #E65792
Tints of Dark Pink #E65792
RGB
CMYK
RGB Variations
Color information
#E65792 (or 0xE65792) is known color: Dark Pink. HEX triplet: E6, 57 and 92. RGB value is (230,87,146). Sum of RGB (Red+Green+Blue) = 230+87+146=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E65792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65792 is #19A86D. Grayscale: #888888. Windows color (decimal): -1681518 or 9590758. OLE color: 9590758.
HSL color Cylindrical-coordinate representation of color #E65792: hue angle of 335.24º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65792 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 146 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.10 |
| HSL | 335.24º | 0.74% | 0.62% | - |
| HSV(B) | 335.24º | 0.62% | 0.9% | - |
| XYZ | 41.23 | 25.71 | 29.98 | - |
| YUV | 136.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 146 | 0 | 0.62 | 0.37 | 0.10 | 335.24 | 0.74 | 0.62 |
| Hex | E6 | 57 | 92 | 0 | 3E | 25 | A | 14F | 4A | 3E |
| Octal | 346 | 127 | 222 | 0 | 76 | 45 | 12 | 517 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10010010 | 0 | 111110 | 100101 | 1010 | 101001111 | 1001010 | 111110 |
Color Harmonies of #E65792
Complementary color
Monochromatic Colors of #E65792
Black with #E65792
Text Example
Text Example
White with #E65792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65792; }
p { color: rgb(230,87,146); }
H1.HeaderClassName
{
color: #E65792;
}
.AnyTagClassName
{
color: #E65792;
}
</style>
background-color css
<style>
a { background-color: #E65792; }
a { background-color: rgb(230,87,146); }
div.DivClassName
{
background-color: #E65792;
}
.BgClassName
{
background-color: #E65792;
}
</style>
border-color css
<style>
span { border-color: #E65792; }
span { border-color: rgb(230,87,146); }
td.TdClassName
{
border-color: #E65792;
}
.TagClassName
{
border-color: #E65792;
}
</style>