Shades of Dark Pink #E64F83
Tints of Dark Pink #E64F83
RGB
CMYK
RGB Variations
Color information
#E64F83 (or 0xE64F83) is known color: Dark Pink. HEX triplet: E6, 4F and 83. RGB value is (230,79,131). Sum of RGB (Red+Green+Blue) = 230+79+131=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E64F83 is #19B07C. Grayscale: #828282. Windows color (decimal): -1683581 or 8605670. OLE color: 8605670.
HSL color Cylindrical-coordinate representation of color #E64F83: hue angle of 339.34º 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 #E64F83 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 131 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.10 |
| HSL | 339.34º | 0.75% | 0.61% | - |
| HSV(B) | 339.34º | 0.66% | 0.9% | - |
| XYZ | 39.53 | 24.05 | 24.03 | - |
| YUV | 130.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 131 | 0 | 0.66 | 0.43 | 0.10 | 339.34 | 0.75 | 0.61 |
| Hex | E6 | 4F | 83 | 0 | 42 | 2B | A | 153 | 4B | 3D |
| Octal | 346 | 117 | 203 | 0 | 102 | 53 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1001111 | 10000011 | 0 | 1000010 | 101011 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E64F83
Complementary color
Monochromatic Colors of #E64F83
Black with #E64F83
Text Example
Text Example
White with #E64F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F83; }
p { color: rgb(230,79,131); }
H1.HeaderClassName
{
color: #E64F83;
}
.AnyTagClassName
{
color: #E64F83;
}
</style>
background-color css
<style>
a { background-color: #E64F83; }
a { background-color: rgb(230,79,131); }
div.DivClassName
{
background-color: #E64F83;
}
.BgClassName
{
background-color: #E64F83;
}
</style>
border-color css
<style>
span { border-color: #E64F83; }
span { border-color: rgb(230,79,131); }
td.TdClassName
{
border-color: #E64F83;
}
.TagClassName
{
border-color: #E64F83;
}
</style>