Shades of Dark Pink #E65185
Tints of Dark Pink #E65185
RGB
CMYK
RGB Variations
Color information
#E65185 (or 0xE65185) is known color: Dark Pink. HEX triplet: E6, 51 and 85. RGB value is (230,81,133). Sum of RGB (Red+Green+Blue) = 230+81+133=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E65185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65185 is #19AE7A. Grayscale: #838383. Windows color (decimal): -1683067 or 8737254. OLE color: 8737254.
HSL color Cylindrical-coordinate representation of color #E65185: hue angle of 339.06º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65185 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 133 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.10 |
| HSL | 339.06º | 0.75% | 0.61% | - |
| HSV(B) | 339.06º | 0.65% | 0.9% | - |
| XYZ | 39.81 | 24.4 | 24.8 | - |
| YUV | 131.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 133 | 0 | 0.65 | 0.42 | 0.10 | 339.06 | 0.75 | 0.61 |
| Hex | E6 | 51 | 85 | 0 | 41 | 2A | A | 153 | 4B | 3D |
| Octal | 346 | 121 | 205 | 0 | 101 | 52 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1010001 | 10000101 | 0 | 1000001 | 101010 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E65185
Complementary color
Monochromatic Colors of #E65185
Black with #E65185
Text Example
Text Example
White with #E65185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65185; }
p { color: rgb(230,81,133); }
H1.HeaderClassName
{
color: #E65185;
}
.AnyTagClassName
{
color: #E65185;
}
</style>
background-color css
<style>
a { background-color: #E65185; }
a { background-color: rgb(230,81,133); }
div.DivClassName
{
background-color: #E65185;
}
.BgClassName
{
background-color: #E65185;
}
</style>
border-color css
<style>
span { border-color: #E65185; }
span { border-color: rgb(230,81,133); }
td.TdClassName
{
border-color: #E65185;
}
.TagClassName
{
border-color: #E65185;
}
</style>