Shades of Dark Pink #E65D81
Tints of Dark Pink #E65D81
RGB
CMYK
RGB Variations
Color information
#E65D81 (or 0xE65D81) is known color: Dark Pink. HEX triplet: E6, 5D and 81. RGB value is (230,93,129). Sum of RGB (Red+Green+Blue) = 230+93+129=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65D81 is #19A27E. Grayscale: #8A8A8A. Windows color (decimal): -1679999 or 8478182. OLE color: 8478182.
HSL color Cylindrical-coordinate representation of color #E65D81: hue angle of 344.23º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65D81 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 129 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.10 |
| HSL | 344.23º | 0.73% | 0.63% | - |
| HSV(B) | 344.23º | 0.6% | 0.9% | - |
| XYZ | 40.51 | 26.24 | 23.7 | - |
| YUV | 138.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 129 | 0 | 0.60 | 0.44 | 0.10 | 344.23 | 0.73 | 0.63 |
| Hex | E6 | 5D | 81 | 0 | 3C | 2C | A | 158 | 49 | 3F |
| Octal | 346 | 135 | 201 | 0 | 74 | 54 | 12 | 530 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10000001 | 0 | 111100 | 101100 | 1010 | 101011000 | 1001001 | 111111 |
Color Harmonies of #E65D81
Complementary color
Monochromatic Colors of #E65D81
Black with #E65D81
Text Example
Text Example
White with #E65D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D81; }
p { color: rgb(230,93,129); }
H1.HeaderClassName
{
color: #E65D81;
}
.AnyTagClassName
{
color: #E65D81;
}
</style>
background-color css
<style>
a { background-color: #E65D81; }
a { background-color: rgb(230,93,129); }
div.DivClassName
{
background-color: #E65D81;
}
.BgClassName
{
background-color: #E65D81;
}
</style>
border-color css
<style>
span { border-color: #E65D81; }
span { border-color: rgb(230,93,129); }
td.TdClassName
{
border-color: #E65D81;
}
.TagClassName
{
border-color: #E65D81;
}
</style>