Shades of Dark Pink #E65484
Tints of Dark Pink #E65484
RGB
CMYK
RGB Variations
Color information
#E65484 (or 0xE65484) is known color: Dark Pink. HEX triplet: E6, 54 and 84. RGB value is (230,84,132). Sum of RGB (Red+Green+Blue) = 230+84+132=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E65484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65484 is #19AB7B. Grayscale: #858585. Windows color (decimal): -1682300 or 8672486. OLE color: 8672486.
HSL color Cylindrical-coordinate representation of color #E65484: hue angle of 340.27º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65484 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 132 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.10 |
| HSL | 340.27º | 0.74% | 0.62% | - |
| HSV(B) | 340.27º | 0.63% | 0.9% | - |
| XYZ | 39.97 | 24.83 | 24.52 | - |
| YUV | 133.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 132 | 0 | 0.63 | 0.43 | 0.10 | 340.27 | 0.74 | 0.62 |
| Hex | E6 | 54 | 84 | 0 | 3F | 2B | A | 154 | 4A | 3E |
| Octal | 346 | 124 | 204 | 0 | 77 | 53 | 12 | 524 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10000100 | 0 | 111111 | 101011 | 1010 | 101010100 | 1001010 | 111110 |
Color Harmonies of #E65484
Complementary color
Monochromatic Colors of #E65484
Black with #E65484
Text Example
Text Example
White with #E65484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65484; }
p { color: rgb(230,84,132); }
H1.HeaderClassName
{
color: #E65484;
}
.AnyTagClassName
{
color: #E65484;
}
</style>
background-color css
<style>
a { background-color: #E65484; }
a { background-color: rgb(230,84,132); }
div.DivClassName
{
background-color: #E65484;
}
.BgClassName
{
background-color: #E65484;
}
</style>
border-color css
<style>
span { border-color: #E65484; }
span { border-color: rgb(230,84,132); }
td.TdClassName
{
border-color: #E65484;
}
.TagClassName
{
border-color: #E65484;
}
</style>