Shades of Dark Pink #E65C73
Tints of Dark Pink #E65C73
RGB
CMYK
RGB Variations
Color information
#E65C73 (or 0xE65C73) is known color: Dark Pink. HEX triplet: E6, 5C and 73. RGB value is (230,92,115). Sum of RGB (Red+Green+Blue) = 230+92+115=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C73 is #19A38C. Grayscale: #878787. Windows color (decimal): -1680269 or 7560422. OLE color: 7560422.
HSL color Cylindrical-coordinate representation of color #E65C73: hue angle of 350º 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 #E65C73 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 115 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.10 |
| HSL | 350º | 0.73% | 0.63% | - |
| HSV(B) | 350º | 0.6% | 0.9% | - |
| XYZ | 39.55 | 25.72 | 19.1 | - |
| YUV | 135.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 115 | 0 | 0.60 | 0.5 | 0.10 | 350 | 0.73 | 0.63 |
| Hex | E6 | 5C | 73 | 0 | 3C | 32 | A | 15E | 49 | 3F |
| Octal | 346 | 134 | 163 | 0 | 74 | 62 | 12 | 536 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1110011 | 0 | 111100 | 110010 | 1010 | 101011110 | 1001001 | 111111 |
Color Harmonies of #E65C73
Complementary color
Monochromatic Colors of #E65C73
Black with #E65C73
Text Example
Text Example
White with #E65C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C73; }
p { color: rgb(230,92,115); }
H1.HeaderClassName
{
color: #E65C73;
}
.AnyTagClassName
{
color: #E65C73;
}
</style>
background-color css
<style>
a { background-color: #E65C73; }
a { background-color: rgb(230,92,115); }
div.DivClassName
{
background-color: #E65C73;
}
.BgClassName
{
background-color: #E65C73;
}
</style>
border-color css
<style>
span { border-color: #E65C73; }
span { border-color: rgb(230,92,115); }
td.TdClassName
{
border-color: #E65C73;
}
.TagClassName
{
border-color: #E65C73;
}
</style>