Shades of Dark Pink #E9518A
Tints of Dark Pink #E9518A
RGB
CMYK
RGB Variations
Color information
#E9518A (or 0xE9518A) is known color: Dark Pink. HEX triplet: E9, 51 and 8A. RGB value is (233,81,138). Sum of RGB (Red+Green+Blue) = 233+81+138=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9518A is #16AE75. Grayscale: #848484. Windows color (decimal): -1486454 or 9064937. OLE color: 9064937.
HSL color Cylindrical-coordinate representation of color #E9518A: hue angle of 337.5º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9518A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 138 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.09 |
| HSL | 337.5º | 0.78% | 0.62% | - |
| HSV(B) | 337.5º | 0.65% | 0.91% | - |
| XYZ | 41.13 | 25.04 | 26.71 | - |
| YUV | 132.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 138 | 0 | 0.65 | 0.41 | 0.09 | 337.5 | 0.78 | 0.62 |
| Hex | E9 | 51 | 8A | 0 | 41 | 29 | 9 | 152 | 4E | 3E |
| Octal | 351 | 121 | 212 | 0 | 101 | 51 | 11 | 522 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10001010 | 0 | 1000001 | 101001 | 1001 | 101010010 | 1001110 | 111110 |
Color Harmonies of #E9518A
Complementary color
Monochromatic Colors of #E9518A
Black with #E9518A
Text Example
Text Example
White with #E9518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9518A; }
p { color: rgb(233,81,138); }
H1.HeaderClassName
{
color: #E9518A;
}
.AnyTagClassName
{
color: #E9518A;
}
</style>
background-color css
<style>
a { background-color: #E9518A; }
a { background-color: rgb(233,81,138); }
div.DivClassName
{
background-color: #E9518A;
}
.BgClassName
{
background-color: #E9518A;
}
</style>
border-color css
<style>
span { border-color: #E9518A; }
span { border-color: rgb(233,81,138); }
td.TdClassName
{
border-color: #E9518A;
}
.TagClassName
{
border-color: #E9518A;
}
</style>