Shades of Dark Pink #E65085
Tints of Dark Pink #E65085
RGB
CMYK
RGB Variations
Color information
#E65085 (or 0xE65085) is known color: Dark Pink. HEX triplet: E6, 50 and 85. RGB value is (230,80,133). Sum of RGB (Red+Green+Blue) = 230+80+133=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E65085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65085 is #19AF7A. Grayscale: #828282. Windows color (decimal): -1683323 or 8736998. OLE color: 8736998.
HSL color Cylindrical-coordinate representation of color #E65085: hue angle of 338.8º 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 #E65085 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 133 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.10 |
| HSL | 338.8º | 0.75% | 0.61% | - |
| HSV(B) | 338.8º | 0.65% | 0.9% | - |
| XYZ | 39.74 | 24.25 | 24.78 | - |
| YUV | 130.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 133 | 0 | 0.65 | 0.42 | 0.10 | 338.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | 85 | 0 | 41 | 2A | A | 153 | 4B | 3D |
| Octal | 346 | 120 | 205 | 0 | 101 | 52 | 12 | 523 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10000101 | 0 | 1000001 | 101010 | 1010 | 101010011 | 1001011 | 111101 |
Color Harmonies of #E65085
Complementary color
Monochromatic Colors of #E65085
Black with #E65085
Text Example
Text Example
White with #E65085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65085; }
p { color: rgb(230,80,133); }
H1.HeaderClassName
{
color: #E65085;
}
.AnyTagClassName
{
color: #E65085;
}
</style>
background-color css
<style>
a { background-color: #E65085; }
a { background-color: rgb(230,80,133); }
div.DivClassName
{
background-color: #E65085;
}
.BgClassName
{
background-color: #E65085;
}
</style>
border-color css
<style>
span { border-color: #E65085; }
span { border-color: rgb(230,80,133); }
td.TdClassName
{
border-color: #E65085;
}
.TagClassName
{
border-color: #E65085;
}
</style>