Shades of Dark Pink #E64483
Tints of Dark Pink #E64483
RGB
CMYK
RGB Variations
Color information
#E64483 (or 0xE64483) is known color: Dark Pink. HEX triplet: E6, 44 and 83. RGB value is (230,68,131). Sum of RGB (Red+Green+Blue) = 230+68+131=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E64483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E64483 is #19BB7C. Grayscale: #7B7B7B. Windows color (decimal): -1686397 or 8602854. OLE color: 8602854.
HSL color Cylindrical-coordinate representation of color #E64483: hue angle of 336.67º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64483 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 68 | 131 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.10 |
| HSL | 336.67º | 0.76% | 0.58% | - |
| HSV(B) | 336.67º | 0.7% | 0.9% | - |
| XYZ | 38.8 | 22.6 | 23.79 | - |
| YUV | 123.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 68 | 131 | 0 | 0.70 | 0.43 | 0.10 | 336.67 | 0.76 | 0.58 |
| Hex | E6 | 44 | 83 | 0 | 46 | 2B | A | 151 | 4C | 3A |
| Octal | 346 | 104 | 203 | 0 | 106 | 53 | 12 | 521 | 114 | 72 |
| Binary | 11100110 | 1000100 | 10000011 | 0 | 1000110 | 101011 | 1010 | 101010001 | 1001100 | 111010 |
Color Harmonies of #E64483
Complementary color
Monochromatic Colors of #E64483
Black with #E64483
Text Example
Text Example
White with #E64483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64483; }
p { color: rgb(230,68,131); }
H1.HeaderClassName
{
color: #E64483;
}
.AnyTagClassName
{
color: #E64483;
}
</style>
background-color css
<style>
a { background-color: #E64483; }
a { background-color: rgb(230,68,131); }
div.DivClassName
{
background-color: #E64483;
}
.BgClassName
{
background-color: #E64483;
}
</style>
border-color css
<style>
span { border-color: #E64483; }
span { border-color: rgb(230,68,131); }
td.TdClassName
{
border-color: #E64483;
}
.TagClassName
{
border-color: #E64483;
}
</style>