Shades of Dark Pink #E3518F
Tints of Dark Pink #E3518F
RGB
CMYK
RGB Variations
Color information
#E3518F (or 0xE3518F) is known color: Dark Pink. HEX triplet: E3, 51 and 8F. RGB value is (227,81,143). Sum of RGB (Red+Green+Blue) = 227+81+143=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3518F is #1CAE70. Grayscale: #838383. Windows color (decimal): -1879665 or 9392611. OLE color: 9392611.
HSL color Cylindrical-coordinate representation of color #E3518F: hue angle of 334.52º 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 #E3518F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 143 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.11 |
| HSL | 334.52º | 0.72% | 0.6% | - |
| HSV(B) | 334.52º | 0.64% | 0.89% | - |
| XYZ | 39.58 | 24.2 | 28.57 | - |
| YUV | 131.72 | 134.37 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 143 | 0 | 0.64 | 0.37 | 0.11 | 334.52 | 0.72 | 0.6 |
| Hex | E3 | 51 | 8F | 0 | 40 | 25 | B | 14F | 48 | 3C |
| Octal | 343 | 121 | 217 | 0 | 100 | 45 | 13 | 517 | 110 | 74 |
| Binary | 11100011 | 1010001 | 10001111 | 0 | 1000000 | 100101 | 1011 | 101001111 | 1001000 | 111100 |
Color Harmonies of #E3518F
Complementary color
Monochromatic Colors of #E3518F
Black with #E3518F
Text Example
Text Example
White with #E3518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3518F; }
p { color: rgb(227,81,143); }
H1.HeaderClassName
{
color: #E3518F;
}
.AnyTagClassName
{
color: #E3518F;
}
</style>
background-color css
<style>
a { background-color: #E3518F; }
a { background-color: rgb(227,81,143); }
div.DivClassName
{
background-color: #E3518F;
}
.BgClassName
{
background-color: #E3518F;
}
</style>
border-color css
<style>
span { border-color: #E3518F; }
span { border-color: rgb(227,81,143); }
td.TdClassName
{
border-color: #E3518F;
}
.TagClassName
{
border-color: #E3518F;
}
</style>