Shades of Dark Pink #E65876
Tints of Dark Pink #E65876
RGB
CMYK
RGB Variations
Color information
#E65876 (or 0xE65876) is known color: Dark Pink. HEX triplet: E6, 58 and 76. RGB value is (230,88,118). Sum of RGB (Red+Green+Blue) = 230+88+118=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65876 is #19A789. Grayscale: #858585. Windows color (decimal): -1681290 or 7756006. OLE color: 7756006.
HSL color Cylindrical-coordinate representation of color #E65876: hue angle of 347.32º 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 #E65876 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 118 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.10 |
| HSL | 347.32º | 0.74% | 0.62% | - |
| HSV(B) | 347.32º | 0.62% | 0.9% | - |
| XYZ | 39.39 | 25.11 | 19.91 | - |
| YUV | 133.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 118 | 0 | 0.62 | 0.49 | 0.10 | 347.32 | 0.74 | 0.62 |
| Hex | E6 | 58 | 76 | 0 | 3E | 31 | A | 15B | 4A | 3E |
| Octal | 346 | 130 | 166 | 0 | 76 | 61 | 12 | 533 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1110110 | 0 | 111110 | 110001 | 1010 | 101011011 | 1001010 | 111110 |
Color Harmonies of #E65876
Complementary color
Monochromatic Colors of #E65876
Black with #E65876
Text Example
Text Example
White with #E65876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65876; }
p { color: rgb(230,88,118); }
H1.HeaderClassName
{
color: #E65876;
}
.AnyTagClassName
{
color: #E65876;
}
</style>
background-color css
<style>
a { background-color: #E65876; }
a { background-color: rgb(230,88,118); }
div.DivClassName
{
background-color: #E65876;
}
.BgClassName
{
background-color: #E65876;
}
</style>
border-color css
<style>
span { border-color: #E65876; }
span { border-color: rgb(230,88,118); }
td.TdClassName
{
border-color: #E65876;
}
.TagClassName
{
border-color: #E65876;
}
</style>