Shades of Dark Pink #E3527E
Tints of Dark Pink #E3527E
RGB
CMYK
RGB Variations
Color information
#E3527E (or 0xE3527E) is known color: Dark Pink. HEX triplet: E3, 52 and 7E. RGB value is (227,82,126). Sum of RGB (Red+Green+Blue) = 227+82+126=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E3527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3527E is #1CAD81. Grayscale: #828282. Windows color (decimal): -1879426 or 8278755. OLE color: 8278755.
HSL color Cylindrical-coordinate representation of color #E3527E: hue angle of 341.79º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3527E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 126 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.11 |
| HSL | 341.79º | 0.72% | 0.61% | - |
| HSV(B) | 341.79º | 0.64% | 0.89% | - |
| XYZ | 38.46 | 23.87 | 22.32 | - |
| YUV | 130.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 126 | 0 | 0.64 | 0.44 | 0.11 | 341.79 | 0.72 | 0.61 |
| Hex | E3 | 52 | 7E | 0 | 40 | 2C | B | 156 | 48 | 3D |
| Octal | 343 | 122 | 176 | 0 | 100 | 54 | 13 | 526 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1111110 | 0 | 1000000 | 101100 | 1011 | 101010110 | 1001000 | 111101 |
Color Harmonies of #E3527E
Complementary color
Monochromatic Colors of #E3527E
Black with #E3527E
Text Example
Text Example
White with #E3527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3527E; }
p { color: rgb(227,82,126); }
H1.HeaderClassName
{
color: #E3527E;
}
.AnyTagClassName
{
color: #E3527E;
}
</style>
background-color css
<style>
a { background-color: #E3527E; }
a { background-color: rgb(227,82,126); }
div.DivClassName
{
background-color: #E3527E;
}
.BgClassName
{
background-color: #E3527E;
}
</style>
border-color css
<style>
span { border-color: #E3527E; }
span { border-color: rgb(227,82,126); }
td.TdClassName
{
border-color: #E3527E;
}
.TagClassName
{
border-color: #E3527E;
}
</style>