Shades of Dark Pink #E3518E
Tints of Dark Pink #E3518E
RGB
CMYK
RGB Variations
Color information
#E3518E (or 0xE3518E) is known color: Dark Pink. HEX triplet: E3, 51 and 8E. RGB value is (227,81,142). Sum of RGB (Red+Green+Blue) = 227+81+142=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3518E is #1CAE71. Grayscale: #838383. Windows color (decimal): -1879666 or 9327075. OLE color: 9327075.
HSL color Cylindrical-coordinate representation of color #E3518E: hue angle of 334.93º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3518E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 142 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.11 |
| HSL | 334.93º | 0.72% | 0.6% | - |
| HSV(B) | 334.93º | 0.64% | 0.89% | - |
| XYZ | 39.5 | 24.17 | 28.17 | - |
| YUV | 131.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 142 | 0 | 0.64 | 0.37 | 0.11 | 334.93 | 0.72 | 0.6 |
| Hex | E3 | 51 | 8E | 0 | 40 | 25 | B | 14F | 48 | 3C |
| Octal | 343 | 121 | 216 | 0 | 100 | 45 | 13 | 517 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10001110 | 0 | 1000000 | 100101 | 1011 | 101001111 | 1001000 | 111100 |
Color Harmonies of #E3518E
Complementary color
Monochromatic Colors of #E3518E
Black with #E3518E
Text Example
Text Example
White with #E3518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3518E; }
p { color: rgb(227,81,142); }
H1.HeaderClassName
{
color: #E3518E;
}
.AnyTagClassName
{
color: #E3518E;
}
</style>
background-color css
<style>
a { background-color: #E3518E; }
a { background-color: rgb(227,81,142); }
div.DivClassName
{
background-color: #E3518E;
}
.BgClassName
{
background-color: #E3518E;
}
</style>
border-color css
<style>
span { border-color: #E3518E; }
span { border-color: rgb(227,81,142); }
td.TdClassName
{
border-color: #E3518E;
}
.TagClassName
{
border-color: #E3518E;
}
</style>