Shades of Dark Pink #E65777
Tints of Dark Pink #E65777
RGB
CMYK
RGB Variations
Color information
#E65777 (or 0xE65777) is known color: Dark Pink. HEX triplet: E6, 57 and 77. RGB value is (230,87,119). Sum of RGB (Red+Green+Blue) = 230+87+119=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65777 is #19A888. Grayscale: #858585. Windows color (decimal): -1681545 or 7821286. OLE color: 7821286.
HSL color Cylindrical-coordinate representation of color #E65777: hue angle of 346.57º 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 #E65777 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 119 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.10 |
| HSL | 346.57º | 0.74% | 0.62% | - |
| HSV(B) | 346.57º | 0.62% | 0.9% | - |
| XYZ | 39.37 | 24.97 | 20.2 | - |
| YUV | 133.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 119 | 0 | 0.62 | 0.48 | 0.10 | 346.57 | 0.74 | 0.62 |
| Hex | E6 | 57 | 77 | 0 | 3E | 30 | A | 15B | 4A | 3E |
| Octal | 346 | 127 | 167 | 0 | 76 | 60 | 12 | 533 | 112 | 76 |
| Binary | 11100110 | 1010111 | 1110111 | 0 | 111110 | 110000 | 1010 | 101011011 | 1001010 | 111110 |
Color Harmonies of #E65777
Complementary color
Monochromatic Colors of #E65777
Black with #E65777
Text Example
Text Example
White with #E65777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65777; }
p { color: rgb(230,87,119); }
H1.HeaderClassName
{
color: #E65777;
}
.AnyTagClassName
{
color: #E65777;
}
</style>
background-color css
<style>
a { background-color: #E65777; }
a { background-color: rgb(230,87,119); }
div.DivClassName
{
background-color: #E65777;
}
.BgClassName
{
background-color: #E65777;
}
</style>
border-color css
<style>
span { border-color: #E65777; }
span { border-color: rgb(230,87,119); }
td.TdClassName
{
border-color: #E65777;
}
.TagClassName
{
border-color: #E65777;
}
</style>