Shades of Dark Pink #E65878
Tints of Dark Pink #E65878
RGB
CMYK
RGB Variations
Color information
#E65878 (or 0xE65878) is known color: Dark Pink. HEX triplet: E6, 58 and 78. RGB value is (230,88,120). Sum of RGB (Red+Green+Blue) = 230+88+120=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E65878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65878 is #19A787. Grayscale: #868686. Windows color (decimal): -1681288 or 7887078. OLE color: 7887078.
HSL color Cylindrical-coordinate representation of color #E65878: hue angle of 346.48º 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 #E65878 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 120 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.10 |
| HSL | 346.48º | 0.74% | 0.62% | - |
| HSV(B) | 346.48º | 0.62% | 0.9% | - |
| XYZ | 39.51 | 25.16 | 20.54 | - |
| YUV | 134.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 120 | 0 | 0.62 | 0.48 | 0.10 | 346.48 | 0.74 | 0.62 |
| Hex | E6 | 58 | 78 | 0 | 3E | 30 | A | 15A | 4A | 3E |
| Octal | 346 | 130 | 170 | 0 | 76 | 60 | 12 | 532 | 112 | 76 |
| Binary | 11100110 | 1011000 | 1111000 | 0 | 111110 | 110000 | 1010 | 101011010 | 1001010 | 111110 |
Color Harmonies of #E65878
Complementary color
Monochromatic Colors of #E65878
Black with #E65878
Text Example
Text Example
White with #E65878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65878; }
p { color: rgb(230,88,120); }
H1.HeaderClassName
{
color: #E65878;
}
.AnyTagClassName
{
color: #E65878;
}
</style>
background-color css
<style>
a { background-color: #E65878; }
a { background-color: rgb(230,88,120); }
div.DivClassName
{
background-color: #E65878;
}
.BgClassName
{
background-color: #E65878;
}
</style>
border-color css
<style>
span { border-color: #E65878; }
span { border-color: rgb(230,88,120); }
td.TdClassName
{
border-color: #E65878;
}
.TagClassName
{
border-color: #E65878;
}
</style>