Shades of Dark Pink #E65C77
Tints of Dark Pink #E65C77
RGB
CMYK
RGB Variations
Color information
#E65C77 (or 0xE65C77) is known color: Dark Pink. HEX triplet: E6, 5C and 77. RGB value is (230,92,119). Sum of RGB (Red+Green+Blue) = 230+92+119=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C77 is #19A388. Grayscale: #888888. Windows color (decimal): -1680265 or 7822566. OLE color: 7822566.
HSL color Cylindrical-coordinate representation of color #E65C77: hue angle of 348.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65C77 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 119 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.10 |
| HSL | 348.26º | 0.73% | 0.63% | - |
| HSV(B) | 348.26º | 0.6% | 0.9% | - |
| XYZ | 39.79 | 25.81 | 20.34 | - |
| YUV | 136.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 119 | 0 | 0.60 | 0.48 | 0.10 | 348.26 | 0.73 | 0.63 |
| Hex | E6 | 5C | 77 | 0 | 3C | 30 | A | 15C | 49 | 3F |
| Octal | 346 | 134 | 167 | 0 | 74 | 60 | 12 | 534 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1110111 | 0 | 111100 | 110000 | 1010 | 101011100 | 1001001 | 111111 |
Color Harmonies of #E65C77
Complementary color
Monochromatic Colors of #E65C77
Black with #E65C77
Text Example
Text Example
White with #E65C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C77; }
p { color: rgb(230,92,119); }
H1.HeaderClassName
{
color: #E65C77;
}
.AnyTagClassName
{
color: #E65C77;
}
</style>
background-color css
<style>
a { background-color: #E65C77; }
a { background-color: rgb(230,92,119); }
div.DivClassName
{
background-color: #E65C77;
}
.BgClassName
{
background-color: #E65C77;
}
</style>
border-color css
<style>
span { border-color: #E65C77; }
span { border-color: rgb(230,92,119); }
td.TdClassName
{
border-color: #E65C77;
}
.TagClassName
{
border-color: #E65C77;
}
</style>