Shades of Dark Pink #E65080
Tints of Dark Pink #E65080
RGB
CMYK
RGB Variations
Color information
#E65080 (or 0xE65080) is known color: Dark Pink. HEX triplet: E6, 50 and 80. RGB value is (230,80,128). Sum of RGB (Red+Green+Blue) = 230+80+128=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E65080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65080 is #19AF7F. Grayscale: #828282. Windows color (decimal): -1683328 or 8409318. OLE color: 8409318.
HSL color Cylindrical-coordinate representation of color #E65080: hue angle of 340.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 #E65080 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 128 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.10 |
| HSL | 340.8º | 0.75% | 0.61% | - |
| HSV(B) | 340.8º | 0.65% | 0.9% | - |
| XYZ | 39.4 | 24.12 | 23 | - |
| YUV | 130.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 128 | 0 | 0.65 | 0.44 | 0.10 | 340.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | 80 | 0 | 41 | 2C | A | 155 | 4B | 3D |
| Octal | 346 | 120 | 200 | 0 | 101 | 54 | 12 | 525 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10000000 | 0 | 1000001 | 101100 | 1010 | 101010101 | 1001011 | 111101 |
Color Harmonies of #E65080
Complementary color
Monochromatic Colors of #E65080
Black with #E65080
Text Example
Text Example
White with #E65080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65080; }
p { color: rgb(230,80,128); }
H1.HeaderClassName
{
color: #E65080;
}
.AnyTagClassName
{
color: #E65080;
}
</style>
background-color css
<style>
a { background-color: #E65080; }
a { background-color: rgb(230,80,128); }
div.DivClassName
{
background-color: #E65080;
}
.BgClassName
{
background-color: #E65080;
}
</style>
border-color css
<style>
span { border-color: #E65080; }
span { border-color: rgb(230,80,128); }
td.TdClassName
{
border-color: #E65080;
}
.TagClassName
{
border-color: #E65080;
}
</style>