Shades of Dark Pink #E65576
Tints of Dark Pink #E65576
RGB
CMYK
RGB Variations
Color information
#E65576 (or 0xE65576) is known color: Dark Pink. HEX triplet: E6, 55 and 76. RGB value is (230,85,118). Sum of RGB (Red+Green+Blue) = 230+85+118=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65576 is #19AA89. Grayscale: #848484. Windows color (decimal): -1682058 or 7755238. OLE color: 7755238.
HSL color Cylindrical-coordinate representation of color #E65576: hue angle of 346.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65576 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 118 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.10 |
| HSL | 346.34º | 0.74% | 0.62% | - |
| HSV(B) | 346.34º | 0.63% | 0.9% | - |
| XYZ | 39.15 | 24.63 | 19.83 | - |
| YUV | 132.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 118 | 0 | 0.63 | 0.49 | 0.10 | 346.34 | 0.74 | 0.62 |
| Hex | E6 | 55 | 76 | 0 | 3F | 31 | A | 15A | 4A | 3E |
| Octal | 346 | 125 | 166 | 0 | 77 | 61 | 12 | 532 | 112 | 76 |
| Binary | 11100110 | 1010101 | 1110110 | 0 | 111111 | 110001 | 1010 | 101011010 | 1001010 | 111110 |
Color Harmonies of #E65576
Complementary color
Monochromatic Colors of #E65576
Black with #E65576
Text Example
Text Example
White with #E65576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65576; }
p { color: rgb(230,85,118); }
H1.HeaderClassName
{
color: #E65576;
}
.AnyTagClassName
{
color: #E65576;
}
</style>
background-color css
<style>
a { background-color: #E65576; }
a { background-color: rgb(230,85,118); }
div.DivClassName
{
background-color: #E65576;
}
.BgClassName
{
background-color: #E65576;
}
</style>
border-color css
<style>
span { border-color: #E65576; }
span { border-color: rgb(230,85,118); }
td.TdClassName
{
border-color: #E65576;
}
.TagClassName
{
border-color: #E65576;
}
</style>