Shades of Dark Pink #E3508D
Tints of Dark Pink #E3508D
RGB
CMYK
RGB Variations
Color information
#E3508D (or 0xE3508D) is known color: Dark Pink. HEX triplet: E3, 50 and 8D. RGB value is (227,80,141). Sum of RGB (Red+Green+Blue) = 227+80+141=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3508D is #1CAF72. Grayscale: #828282. Windows color (decimal): -1879923 or 9261283. OLE color: 9261283.
HSL color Cylindrical-coordinate representation of color #E3508D: hue angle of 335.1º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3508D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 141 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.11 |
| HSL | 335.1º | 0.72% | 0.6% | - |
| HSV(B) | 335.1º | 0.65% | 0.89% | - |
| XYZ | 39.35 | 23.99 | 27.76 | - |
| YUV | 130.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 141 | 0 | 0.65 | 0.38 | 0.11 | 335.1 | 0.72 | 0.6 |
| Hex | E3 | 50 | 8D | 0 | 41 | 26 | B | 14F | 48 | 3C |
| Octal | 343 | 120 | 215 | 0 | 101 | 46 | 13 | 517 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10001101 | 0 | 1000001 | 100110 | 1011 | 101001111 | 1001000 | 111100 |
Color Harmonies of #E3508D
Complementary color
Monochromatic Colors of #E3508D
Black with #E3508D
Text Example
Text Example
White with #E3508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3508D; }
p { color: rgb(227,80,141); }
H1.HeaderClassName
{
color: #E3508D;
}
.AnyTagClassName
{
color: #E3508D;
}
</style>
background-color css
<style>
a { background-color: #E3508D; }
a { background-color: rgb(227,80,141); }
div.DivClassName
{
background-color: #E3508D;
}
.BgClassName
{
background-color: #E3508D;
}
</style>
border-color css
<style>
span { border-color: #E3508D; }
span { border-color: rgb(227,80,141); }
td.TdClassName
{
border-color: #E3508D;
}
.TagClassName
{
border-color: #E3508D;
}
</style>