Shades of Dark Pink #E65289
Tints of Dark Pink #E65289
RGB
CMYK
RGB Variations
Color information
#E65289 (or 0xE65289) is known color: Dark Pink. HEX triplet: E6, 52 and 89. RGB value is (230,82,137). Sum of RGB (Red+Green+Blue) = 230+82+137=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65289 is #19AD76. Grayscale: #848484. Windows color (decimal): -1682807 or 8999654. OLE color: 8999654.
HSL color Cylindrical-coordinate representation of color #E65289: hue angle of 337.7º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65289 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 137 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.10 |
| HSL | 337.7º | 0.75% | 0.61% | - |
| HSV(B) | 337.7º | 0.64% | 0.9% | - |
| XYZ | 40.17 | 24.66 | 26.31 | - |
| YUV | 132.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 137 | 0 | 0.64 | 0.40 | 0.10 | 337.7 | 0.75 | 0.61 |
| Hex | E6 | 52 | 89 | 0 | 40 | 28 | A | 152 | 4B | 3D |
| Octal | 346 | 122 | 211 | 0 | 100 | 50 | 12 | 522 | 113 | 75 |
| Binary | 11100110 | 1010010 | 10001001 | 0 | 1000000 | 101000 | 1010 | 101010010 | 1001011 | 111101 |
Color Harmonies of #E65289
Complementary color
Monochromatic Colors of #E65289
Black with #E65289
Text Example
Text Example
White with #E65289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65289; }
p { color: rgb(230,82,137); }
H1.HeaderClassName
{
color: #E65289;
}
.AnyTagClassName
{
color: #E65289;
}
</style>
background-color css
<style>
a { background-color: #E65289; }
a { background-color: rgb(230,82,137); }
div.DivClassName
{
background-color: #E65289;
}
.BgClassName
{
background-color: #E65289;
}
</style>
border-color css
<style>
span { border-color: #E65289; }
span { border-color: rgb(230,82,137); }
td.TdClassName
{
border-color: #E65289;
}
.TagClassName
{
border-color: #E65289;
}
</style>