Shades of Dark Pink #E64985
Tints of Dark Pink #E64985
RGB
CMYK
RGB Variations
Color information
#E64985 (or 0xE64985) is known color: Dark Pink. HEX triplet: E6, 49 and 85. RGB value is (230,73,133). Sum of RGB (Red+Green+Blue) = 230+73+133=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E64985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64985 is #19B67A. Grayscale: #7E7E7E. Windows color (decimal): -1685115 or 8735206. OLE color: 8735206.
HSL color Cylindrical-coordinate representation of color #E64985: hue angle of 337.07º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64985 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 133 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.10 |
| HSL | 337.07º | 0.76% | 0.59% | - |
| HSV(B) | 337.07º | 0.68% | 0.9% | - |
| XYZ | 39.25 | 23.28 | 24.62 | - |
| YUV | 126.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 133 | 0 | 0.68 | 0.42 | 0.10 | 337.07 | 0.76 | 0.59 |
| Hex | E6 | 49 | 85 | 0 | 44 | 2A | A | 151 | 4C | 3B |
| Octal | 346 | 111 | 205 | 0 | 104 | 52 | 12 | 521 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10000101 | 0 | 1000100 | 101010 | 1010 | 101010001 | 1001100 | 111011 |
Color Harmonies of #E64985
Complementary color
Monochromatic Colors of #E64985
Black with #E64985
Text Example
Text Example
White with #E64985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64985; }
p { color: rgb(230,73,133); }
H1.HeaderClassName
{
color: #E64985;
}
.AnyTagClassName
{
color: #E64985;
}
</style>
background-color css
<style>
a { background-color: #E64985; }
a { background-color: rgb(230,73,133); }
div.DivClassName
{
background-color: #E64985;
}
.BgClassName
{
background-color: #E64985;
}
</style>
border-color css
<style>
span { border-color: #E64985; }
span { border-color: rgb(230,73,133); }
td.TdClassName
{
border-color: #E64985;
}
.TagClassName
{
border-color: #E64985;
}
</style>