Shades of Dark Pink #E3527D
Tints of Dark Pink #E3527D
RGB
CMYK
RGB Variations
Color information
#E3527D (or 0xE3527D) is known color: Dark Pink. HEX triplet: E3, 52 and 7D. RGB value is (227,82,125). Sum of RGB (Red+Green+Blue) = 227+82+125=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3527D is #1CAD82. Grayscale: #828282. Windows color (decimal): -1879427 or 8213219. OLE color: 8213219.
HSL color Cylindrical-coordinate representation of color #E3527D: hue angle of 342.21º 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 #E3527D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 125 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.11 |
| HSL | 342.21º | 0.72% | 0.61% | - |
| HSV(B) | 342.21º | 0.64% | 0.89% | - |
| XYZ | 38.4 | 23.85 | 21.98 | - |
| YUV | 130.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 125 | 0 | 0.64 | 0.45 | 0.11 | 342.21 | 0.72 | 0.61 |
| Hex | E3 | 52 | 7D | 0 | 40 | 2D | B | 156 | 48 | 3D |
| Octal | 343 | 122 | 175 | 0 | 100 | 55 | 13 | 526 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1111101 | 0 | 1000000 | 101101 | 1011 | 101010110 | 1001000 | 111101 |
Color Harmonies of #E3527D
Complementary color
Monochromatic Colors of #E3527D
Black with #E3527D
Text Example
Text Example
White with #E3527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3527D; }
p { color: rgb(227,82,125); }
H1.HeaderClassName
{
color: #E3527D;
}
.AnyTagClassName
{
color: #E3527D;
}
</style>
background-color css
<style>
a { background-color: #E3527D; }
a { background-color: rgb(227,82,125); }
div.DivClassName
{
background-color: #E3527D;
}
.BgClassName
{
background-color: #E3527D;
}
</style>
border-color css
<style>
span { border-color: #E3527D; }
span { border-color: rgb(227,82,125); }
td.TdClassName
{
border-color: #E3527D;
}
.TagClassName
{
border-color: #E3527D;
}
</style>