Shades of Dark Pink #E85378
Tints of Dark Pink #E85378
RGB
CMYK
RGB Variations
Color information
#E85378 (or 0xE85378) is known color: Dark Pink. HEX triplet: E8, 53 and 78. RGB value is (232,83,120). Sum of RGB (Red+Green+Blue) = 232+83+120=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E85378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85378 is #17AC87. Grayscale: #838383. Windows color (decimal): -1551496 or 7885800. OLE color: 7885800.
HSL color Cylindrical-coordinate representation of color #E85378: hue angle of 345.1º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85378 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 120 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.09 |
| HSL | 345.1º | 0.76% | 0.62% | - |
| HSV(B) | 345.1º | 0.64% | 0.91% | - |
| XYZ | 39.76 | 24.7 | 20.44 | - |
| YUV | 131.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 120 | 0 | 0.64 | 0.48 | 0.09 | 345.1 | 0.76 | 0.62 |
| Hex | E8 | 53 | 78 | 0 | 40 | 30 | 9 | 159 | 4C | 3E |
| Octal | 350 | 123 | 170 | 0 | 100 | 60 | 11 | 531 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1111000 | 0 | 1000000 | 110000 | 1001 | 101011001 | 1001100 | 111110 |
Color Harmonies of #E85378
Complementary color
Monochromatic Colors of #E85378
Black with #E85378
Text Example
Text Example
White with #E85378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85378; }
p { color: rgb(232,83,120); }
H1.HeaderClassName
{
color: #E85378;
}
.AnyTagClassName
{
color: #E85378;
}
</style>
background-color css
<style>
a { background-color: #E85378; }
a { background-color: rgb(232,83,120); }
div.DivClassName
{
background-color: #E85378;
}
.BgClassName
{
background-color: #E85378;
}
</style>
border-color css
<style>
span { border-color: #E85378; }
span { border-color: rgb(232,83,120); }
td.TdClassName
{
border-color: #E85378;
}
.TagClassName
{
border-color: #E85378;
}
</style>