Shades of Dark Pink #E3527F
Tints of Dark Pink #E3527F
RGB
CMYK
RGB Variations
Color information
#E3527F (or 0xE3527F) is known color: Dark Pink. HEX triplet: E3, 52 and 7F. RGB value is (227,82,127). Sum of RGB (Red+Green+Blue) = 227+82+127=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3527F is #1CAD80. Grayscale: #828282. Windows color (decimal): -1879425 or 8344291. OLE color: 8344291.
HSL color Cylindrical-coordinate representation of color #E3527F: hue angle of 341.38º 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 #E3527F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 127 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.11 |
| HSL | 341.38º | 0.72% | 0.61% | - |
| HSV(B) | 341.38º | 0.64% | 0.89% | - |
| XYZ | 38.53 | 23.9 | 22.66 | - |
| YUV | 130.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 127 | 0 | 0.64 | 0.44 | 0.11 | 341.38 | 0.72 | 0.61 |
| Hex | E3 | 52 | 7F | 0 | 40 | 2C | B | 155 | 48 | 3D |
| Octal | 343 | 122 | 177 | 0 | 100 | 54 | 13 | 525 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1111111 | 0 | 1000000 | 101100 | 1011 | 101010101 | 1001000 | 111101 |
Color Harmonies of #E3527F
Complementary color
Monochromatic Colors of #E3527F
Black with #E3527F
Text Example
Text Example
White with #E3527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3527F; }
p { color: rgb(227,82,127); }
H1.HeaderClassName
{
color: #E3527F;
}
.AnyTagClassName
{
color: #E3527F;
}
</style>
background-color css
<style>
a { background-color: #E3527F; }
a { background-color: rgb(227,82,127); }
div.DivClassName
{
background-color: #E3527F;
}
.BgClassName
{
background-color: #E3527F;
}
</style>
border-color css
<style>
span { border-color: #E3527F; }
span { border-color: rgb(227,82,127); }
td.TdClassName
{
border-color: #E3527F;
}
.TagClassName
{
border-color: #E3527F;
}
</style>