Shades of Dark Pink #E2527F
Tints of Dark Pink #E2527F
RGB
CMYK
RGB Variations
Color information
#E2527F (or 0xE2527F) is known color: Dark Pink. HEX triplet: E2, 52 and 7F. RGB value is (226,82,127). Sum of RGB (Red+Green+Blue) = 226+82+127=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2527F is #1DAD80. Grayscale: #828282. Windows color (decimal): -1944961 or 8344290. OLE color: 8344290.
HSL color Cylindrical-coordinate representation of color #E2527F: hue angle of 341.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2527F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 127 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.11 |
| HSL | 341.25º | 0.71% | 0.6% | - |
| HSV(B) | 341.25º | 0.64% | 0.89% | - |
| XYZ | 38.21 | 23.74 | 22.65 | - |
| YUV | 130.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 127 | 0 | 0.64 | 0.44 | 0.11 | 341.25 | 0.71 | 0.6 |
| Hex | E2 | 52 | 7F | 0 | 40 | 2C | B | 155 | 47 | 3C |
| Octal | 342 | 122 | 177 | 0 | 100 | 54 | 13 | 525 | 107 | 74 |
| Binary | 11100010 | 1010010 | 1111111 | 0 | 1000000 | 101100 | 1011 | 101010101 | 1000111 | 111100 |
Color Harmonies of #E2527F
Complementary color
Monochromatic Colors of #E2527F
Black with #E2527F
Text Example
Text Example
White with #E2527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2527F; }
p { color: rgb(226,82,127); }
H1.HeaderClassName
{
color: #E2527F;
}
.AnyTagClassName
{
color: #E2527F;
}
</style>
background-color css
<style>
a { background-color: #E2527F; }
a { background-color: rgb(226,82,127); }
div.DivClassName
{
background-color: #E2527F;
}
.BgClassName
{
background-color: #E2527F;
}
</style>
border-color css
<style>
span { border-color: #E2527F; }
span { border-color: rgb(226,82,127); }
td.TdClassName
{
border-color: #E2527F;
}
.TagClassName
{
border-color: #E2527F;
}
</style>