Shades of Dark Pink #E65485
Tints of Dark Pink #E65485
RGB
CMYK
RGB Variations
Color information
#E65485 (or 0xE65485) is known color: Dark Pink. HEX triplet: E6, 54 and 85. RGB value is (230,84,133). Sum of RGB (Red+Green+Blue) = 230+84+133=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E65485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65485 is #19AB7A. Grayscale: #858585. Windows color (decimal): -1682299 or 8738022. OLE color: 8738022.
HSL color Cylindrical-coordinate representation of color #E65485: hue angle of 339.86º 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 #E65485 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 133 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.10 |
| HSL | 339.86º | 0.74% | 0.62% | - |
| HSV(B) | 339.86º | 0.63% | 0.9% | - |
| XYZ | 40.04 | 24.86 | 24.88 | - |
| YUV | 133.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 133 | 0 | 0.63 | 0.42 | 0.10 | 339.86 | 0.74 | 0.62 |
| Hex | E6 | 54 | 85 | 0 | 3F | 2A | A | 154 | 4A | 3E |
| Octal | 346 | 124 | 205 | 0 | 77 | 52 | 12 | 524 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10000101 | 0 | 111111 | 101010 | 1010 | 101010100 | 1001010 | 111110 |
Color Harmonies of #E65485
Complementary color
Monochromatic Colors of #E65485
Black with #E65485
Text Example
Text Example
White with #E65485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65485; }
p { color: rgb(230,84,133); }
H1.HeaderClassName
{
color: #E65485;
}
.AnyTagClassName
{
color: #E65485;
}
</style>
background-color css
<style>
a { background-color: #E65485; }
a { background-color: rgb(230,84,133); }
div.DivClassName
{
background-color: #E65485;
}
.BgClassName
{
background-color: #E65485;
}
</style>
border-color css
<style>
span { border-color: #E65485; }
span { border-color: rgb(230,84,133); }
td.TdClassName
{
border-color: #E65485;
}
.TagClassName
{
border-color: #E65485;
}
</style>