Shades of Dark Pink #E3527B
Tints of Dark Pink #E3527B
RGB
CMYK
RGB Variations
Color information
#E3527B (or 0xE3527B) is known color: Dark Pink. HEX triplet: E3, 52 and 7B. RGB value is (227,82,123). Sum of RGB (Red+Green+Blue) = 227+82+123=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3527B is #1CAD84. Grayscale: #828282. Windows color (decimal): -1879429 or 8082147. OLE color: 8082147.
HSL color Cylindrical-coordinate representation of color #E3527B: hue angle of 343.03º 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 #E3527B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 123 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.11 |
| HSL | 343.03º | 0.72% | 0.61% | - |
| HSV(B) | 343.03º | 0.64% | 0.89% | - |
| XYZ | 38.27 | 23.8 | 21.31 | - |
| YUV | 130.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 123 | 0 | 0.64 | 0.46 | 0.11 | 343.03 | 0.72 | 0.61 |
| Hex | E3 | 52 | 7B | 0 | 40 | 2E | B | 157 | 48 | 3D |
| Octal | 343 | 122 | 173 | 0 | 100 | 56 | 13 | 527 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1111011 | 0 | 1000000 | 101110 | 1011 | 101010111 | 1001000 | 111101 |
Color Harmonies of #E3527B
Complementary color
Monochromatic Colors of #E3527B
Black with #E3527B
Text Example
Text Example
White with #E3527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3527B; }
p { color: rgb(227,82,123); }
H1.HeaderClassName
{
color: #E3527B;
}
.AnyTagClassName
{
color: #E3527B;
}
</style>
background-color css
<style>
a { background-color: #E3527B; }
a { background-color: rgb(227,82,123); }
div.DivClassName
{
background-color: #E3527B;
}
.BgClassName
{
background-color: #E3527B;
}
</style>
border-color css
<style>
span { border-color: #E3527B; }
span { border-color: rgb(227,82,123); }
td.TdClassName
{
border-color: #E3527B;
}
.TagClassName
{
border-color: #E3527B;
}
</style>