Shades of Dark Pink #E65286
Tints of Dark Pink #E65286
RGB
CMYK
RGB Variations
Color information
#E65286 (or 0xE65286) is known color: Dark Pink. HEX triplet: E6, 52 and 86. RGB value is (230,82,134). Sum of RGB (Red+Green+Blue) = 230+82+134=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65286 is #19AD79. Grayscale: #848484. Windows color (decimal): -1682810 or 8803046. OLE color: 8803046.
HSL color Cylindrical-coordinate representation of color #E65286: hue angle of 338.92º 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 #E65286 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 134 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.10 |
| HSL | 338.92º | 0.75% | 0.61% | - |
| HSV(B) | 338.92º | 0.64% | 0.9% | - |
| XYZ | 39.95 | 24.58 | 25.19 | - |
| YUV | 132.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 134 | 0 | 0.64 | 0.42 | 0.10 | 338.92 | 0.75 | 0.61 |
| Hex | E6 | 52 | 86 | 0 | 40 | 2A | A | 153 | 4B | 3D |
| Octal | 346 | 122 | 206 | 0 | 100 | 52 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1010010 | 10000110 | 0 | 1000000 | 101010 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E65286
Complementary color
Monochromatic Colors of #E65286
Black with #E65286
Text Example
Text Example
White with #E65286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65286; }
p { color: rgb(230,82,134); }
H1.HeaderClassName
{
color: #E65286;
}
.AnyTagClassName
{
color: #E65286;
}
</style>
background-color css
<style>
a { background-color: #E65286; }
a { background-color: rgb(230,82,134); }
div.DivClassName
{
background-color: #E65286;
}
.BgClassName
{
background-color: #E65286;
}
</style>
border-color css
<style>
span { border-color: #E65286; }
span { border-color: rgb(230,82,134); }
td.TdClassName
{
border-color: #E65286;
}
.TagClassName
{
border-color: #E65286;
}
</style>