Shades of Dark Pink #E65972
Tints of Dark Pink #E65972
RGB
CMYK
RGB Variations
Color information
#E65972 (or 0xE65972) is known color: Dark Pink. HEX triplet: E6, 59 and 72. RGB value is (230,89,114). Sum of RGB (Red+Green+Blue) = 230+89+114=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E65972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65972 is #19A68D. Grayscale: #868686. Windows color (decimal): -1681038 or 7494118. OLE color: 7494118.
HSL color Cylindrical-coordinate representation of color #E65972: hue angle of 349.36º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65972 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 114 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.10 |
| HSL | 349.36º | 0.74% | 0.63% | - |
| HSV(B) | 349.36º | 0.61% | 0.9% | - |
| XYZ | 39.24 | 25.18 | 18.71 | - |
| YUV | 134.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 114 | 0 | 0.61 | 0.50 | 0.10 | 349.36 | 0.74 | 0.63 |
| Hex | E6 | 59 | 72 | 0 | 3D | 32 | A | 15D | 4A | 3F |
| Octal | 346 | 131 | 162 | 0 | 75 | 62 | 12 | 535 | 112 | 77 |
| Binary | 11100110 | 1011001 | 1110010 | 0 | 111101 | 110010 | 1010 | 101011101 | 1001010 | 111111 |
Color Harmonies of #E65972
Complementary color
Monochromatic Colors of #E65972
Black with #E65972
Text Example
Text Example
White with #E65972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65972; }
p { color: rgb(230,89,114); }
H1.HeaderClassName
{
color: #E65972;
}
.AnyTagClassName
{
color: #E65972;
}
</style>
background-color css
<style>
a { background-color: #E65972; }
a { background-color: rgb(230,89,114); }
div.DivClassName
{
background-color: #E65972;
}
.BgClassName
{
background-color: #E65972;
}
</style>
border-color css
<style>
span { border-color: #E65972; }
span { border-color: rgb(230,89,114); }
td.TdClassName
{
border-color: #E65972;
}
.TagClassName
{
border-color: #E65972;
}
</style>