Shades of Dark Pink #E65677
Tints of Dark Pink #E65677
RGB
CMYK
RGB Variations
Color information
#E65677 (or 0xE65677) is known color: Dark Pink. HEX triplet: E6, 56 and 77. RGB value is (230,86,119). Sum of RGB (Red+Green+Blue) = 230+86+119=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E65677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65677 is #19A988. Grayscale: #848484. Windows color (decimal): -1681801 or 7821030. OLE color: 7821030.
HSL color Cylindrical-coordinate representation of color #E65677: hue angle of 346.25º 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 #E65677 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 119 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.10 |
| HSL | 346.25º | 0.74% | 0.62% | - |
| HSV(B) | 346.25º | 0.63% | 0.9% | - |
| XYZ | 39.29 | 24.81 | 20.17 | - |
| YUV | 132.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 119 | 0 | 0.63 | 0.48 | 0.10 | 346.25 | 0.74 | 0.62 |
| Hex | E6 | 56 | 77 | 0 | 3F | 30 | A | 15A | 4A | 3E |
| Octal | 346 | 126 | 167 | 0 | 77 | 60 | 12 | 532 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1110111 | 0 | 111111 | 110000 | 1010 | 101011010 | 1001010 | 111110 |
Color Harmonies of #E65677
Complementary color
Monochromatic Colors of #E65677
Black with #E65677
Text Example
Text Example
White with #E65677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65677; }
p { color: rgb(230,86,119); }
H1.HeaderClassName
{
color: #E65677;
}
.AnyTagClassName
{
color: #E65677;
}
</style>
background-color css
<style>
a { background-color: #E65677; }
a { background-color: rgb(230,86,119); }
div.DivClassName
{
background-color: #E65677;
}
.BgClassName
{
background-color: #E65677;
}
</style>
border-color css
<style>
span { border-color: #E65677; }
span { border-color: rgb(230,86,119); }
td.TdClassName
{
border-color: #E65677;
}
.TagClassName
{
border-color: #E65677;
}
</style>