Shades of Dark Pink #E65872
Tints of Dark Pink #E65872
RGB
CMYK
RGB Variations
Color information
#E65872 (or 0xE65872) is known color: Dark Pink. HEX triplet: E6, 58 and 72. RGB value is (230,88,114). Sum of RGB (Red+Green+Blue) = 230+88+114=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E65872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65872 is #19A78D. Grayscale: #858585. Windows color (decimal): -1681294 or 7493862. OLE color: 7493862.
HSL color Cylindrical-coordinate representation of color #E65872: hue angle of 349.01º 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 #E65872 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 114 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.10 |
| HSL | 349.01º | 0.74% | 0.62% | - |
| HSV(B) | 349.01º | 0.62% | 0.9% | - |
| XYZ | 39.16 | 25.02 | 18.68 | - |
| YUV | 133.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 114 | 0 | 0.62 | 0.50 | 0.10 | 349.01 | 0.74 | 0.62 |
| Hex | E6 | 58 | 72 | 0 | 3E | 32 | A | 15D | 4A | 3E |
| Octal | 346 | 130 | 162 | 0 | 76 | 62 | 12 | 535 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1110010 | 0 | 111110 | 110010 | 1010 | 101011101 | 1001010 | 111110 |
Color Harmonies of #E65872
Complementary color
Monochromatic Colors of #E65872
Black with #E65872
Text Example
Text Example
White with #E65872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65872; }
p { color: rgb(230,88,114); }
H1.HeaderClassName
{
color: #E65872;
}
.AnyTagClassName
{
color: #E65872;
}
</style>
background-color css
<style>
a { background-color: #E65872; }
a { background-color: rgb(230,88,114); }
div.DivClassName
{
background-color: #E65872;
}
.BgClassName
{
background-color: #E65872;
}
</style>
border-color css
<style>
span { border-color: #E65872; }
span { border-color: rgb(230,88,114); }
td.TdClassName
{
border-color: #E65872;
}
.TagClassName
{
border-color: #E65872;
}
</style>