Shades of Dark Pink #E64F85
Tints of Dark Pink #E64F85
RGB
CMYK
RGB Variations
Color information
#E64F85 (or 0xE64F85) is known color: Dark Pink. HEX triplet: E6, 4F and 85. RGB value is (230,79,133). Sum of RGB (Red+Green+Blue) = 230+79+133=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F85 is #19B07A. Grayscale: #828282. Windows color (decimal): -1683579 or 8736742. OLE color: 8736742.
HSL color Cylindrical-coordinate representation of color #E64F85: hue angle of 338.54º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64F85 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 133 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.10 |
| HSL | 338.54º | 0.75% | 0.61% | - |
| HSV(B) | 338.54º | 0.66% | 0.9% | - |
| XYZ | 39.66 | 24.11 | 24.75 | - |
| YUV | 130.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 133 | 0 | 0.66 | 0.42 | 0.10 | 338.54 | 0.75 | 0.61 |
| Hex | E6 | 4F | 85 | 0 | 42 | 2A | A | 153 | 4B | 3D |
| Octal | 346 | 117 | 205 | 0 | 102 | 52 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10000101 | 0 | 1000010 | 101010 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E64F85
Complementary color
Monochromatic Colors of #E64F85
Black with #E64F85
Text Example
Text Example
White with #E64F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F85; }
p { color: rgb(230,79,133); }
H1.HeaderClassName
{
color: #E64F85;
}
.AnyTagClassName
{
color: #E64F85;
}
</style>
background-color css
<style>
a { background-color: #E64F85; }
a { background-color: rgb(230,79,133); }
div.DivClassName
{
background-color: #E64F85;
}
.BgClassName
{
background-color: #E64F85;
}
</style>
border-color css
<style>
span { border-color: #E64F85; }
span { border-color: rgb(230,79,133); }
td.TdClassName
{
border-color: #E64F85;
}
.TagClassName
{
border-color: #E64F85;
}
</style>