Shades of Dark Pink #E7527B
Tints of Dark Pink #E7527B
RGB
CMYK
RGB Variations
Color information
#E7527B (or 0xE7527B) is known color: Dark Pink. HEX triplet: E7, 52 and 7B. RGB value is (231,82,123). Sum of RGB (Red+Green+Blue) = 231+82+123=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7527B is #18AD84. Grayscale: #838383. Windows color (decimal): -1617285 or 8082151. OLE color: 8082151.
HSL color Cylindrical-coordinate representation of color #E7527B: hue angle of 343.49º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7527B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 123 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.09 |
| HSL | 343.49º | 0.76% | 0.61% | - |
| HSV(B) | 343.49º | 0.65% | 0.91% | - |
| XYZ | 39.55 | 24.45 | 21.37 | - |
| YUV | 131.23 | 123.36 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 123 | 0 | 0.65 | 0.47 | 0.09 | 343.49 | 0.76 | 0.61 |
| Hex | E7 | 52 | 7B | 0 | 41 | 2F | 9 | 157 | 4C | 3D |
| Octal | 347 | 122 | 173 | 0 | 101 | 57 | 11 | 527 | 114 | 75 |
| Binary | 11100111 | 1010010 | 1111011 | 0 | 1000001 | 101111 | 1001 | 101010111 | 1001100 | 111101 |
Color Harmonies of #E7527B
Complementary color
Monochromatic Colors of #E7527B
Black with #E7527B
Text Example
Text Example
White with #E7527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7527B; }
p { color: rgb(231,82,123); }
H1.HeaderClassName
{
color: #E7527B;
}
.AnyTagClassName
{
color: #E7527B;
}
</style>
background-color css
<style>
a { background-color: #E7527B; }
a { background-color: rgb(231,82,123); }
div.DivClassName
{
background-color: #E7527B;
}
.BgClassName
{
background-color: #E7527B;
}
</style>
border-color css
<style>
span { border-color: #E7527B; }
span { border-color: rgb(231,82,123); }
td.TdClassName
{
border-color: #E7527B;
}
.TagClassName
{
border-color: #E7527B;
}
</style>