Shades of Dark Pink #E65881
Tints of Dark Pink #E65881
RGB
CMYK
RGB Variations
Color information
#E65881 (or 0xE65881) is known color: Dark Pink. HEX triplet: E6, 58 and 81. RGB value is (230,88,129). Sum of RGB (Red+Green+Blue) = 230+88+129=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E65881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65881 is #19A77E. Grayscale: #878787. Windows color (decimal): -1681279 or 8476902. OLE color: 8476902.
HSL color Cylindrical-coordinate representation of color #E65881: hue angle of 342.68º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65881 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 129 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.10 |
| HSL | 342.68º | 0.74% | 0.62% | - |
| HSV(B) | 342.68º | 0.62% | 0.9% | - |
| XYZ | 40.09 | 25.39 | 23.56 | - |
| YUV | 135.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 129 | 0 | 0.62 | 0.44 | 0.10 | 342.68 | 0.74 | 0.62 |
| Hex | E6 | 58 | 81 | 0 | 3E | 2C | A | 157 | 4A | 3E |
| Octal | 346 | 130 | 201 | 0 | 76 | 54 | 12 | 527 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10000001 | 0 | 111110 | 101100 | 1010 | 101010111 | 1001010 | 111110 |
Color Harmonies of #E65881
Complementary color
Monochromatic Colors of #E65881
Black with #E65881
Text Example
Text Example
White with #E65881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65881; }
p { color: rgb(230,88,129); }
H1.HeaderClassName
{
color: #E65881;
}
.AnyTagClassName
{
color: #E65881;
}
</style>
background-color css
<style>
a { background-color: #E65881; }
a { background-color: rgb(230,88,129); }
div.DivClassName
{
background-color: #E65881;
}
.BgClassName
{
background-color: #E65881;
}
</style>
border-color css
<style>
span { border-color: #E65881; }
span { border-color: rgb(230,88,129); }
td.TdClassName
{
border-color: #E65881;
}
.TagClassName
{
border-color: #E65881;
}
</style>