Shades of Dark Pink #E3527C
Tints of Dark Pink #E3527C
RGB
CMYK
RGB Variations
Color information
#E3527C (or 0xE3527C) is known color: Dark Pink. HEX triplet: E3, 52 and 7C. RGB value is (227,82,124). Sum of RGB (Red+Green+Blue) = 227+82+124=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3527C is #1CAD83. Grayscale: #828282. Windows color (decimal): -1879428 or 8147683. OLE color: 8147683.
HSL color Cylindrical-coordinate representation of color #E3527C: hue angle of 342.62º 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 #E3527C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 124 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.11 |
| HSL | 342.62º | 0.72% | 0.61% | - |
| HSV(B) | 342.62º | 0.64% | 0.89% | - |
| XYZ | 38.33 | 23.82 | 21.65 | - |
| YUV | 130.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 124 | 0 | 0.64 | 0.45 | 0.11 | 342.62 | 0.72 | 0.61 |
| Hex | E3 | 52 | 7C | 0 | 40 | 2D | B | 157 | 48 | 3D |
| Octal | 343 | 122 | 174 | 0 | 100 | 55 | 13 | 527 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1111100 | 0 | 1000000 | 101101 | 1011 | 101010111 | 1001000 | 111101 |
Color Harmonies of #E3527C
Complementary color
Monochromatic Colors of #E3527C
Black with #E3527C
Text Example
Text Example
White with #E3527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3527C; }
p { color: rgb(227,82,124); }
H1.HeaderClassName
{
color: #E3527C;
}
.AnyTagClassName
{
color: #E3527C;
}
</style>
background-color css
<style>
a { background-color: #E3527C; }
a { background-color: rgb(227,82,124); }
div.DivClassName
{
background-color: #E3527C;
}
.BgClassName
{
background-color: #E3527C;
}
</style>
border-color css
<style>
span { border-color: #E3527C; }
span { border-color: rgb(227,82,124); }
td.TdClassName
{
border-color: #E3527C;
}
.TagClassName
{
border-color: #E3527C;
}
</style>