Shades of Dark Pink #E95272
Tints of Dark Pink #E95272
RGB
CMYK
RGB Variations
Color information
#E95272 (or 0xE95272) is known color: Dark Pink. HEX triplet: E9, 52 and 72. RGB value is (233,82,114). Sum of RGB (Red+Green+Blue) = 233+82+114=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E95272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95272 is #16AD8D. Grayscale: #828282. Windows color (decimal): -1486222 or 7492329. OLE color: 7492329.
HSL color Cylindrical-coordinate representation of color #E95272: hue angle of 347.28º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95272 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 114 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.09 |
| HSL | 347.28º | 0.77% | 0.62% | - |
| HSV(B) | 347.28º | 0.65% | 0.91% | - |
| XYZ | 39.66 | 24.57 | 18.57 | - |
| YUV | 130.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 114 | 0 | 0.65 | 0.51 | 0.09 | 347.28 | 0.77 | 0.62 |
| Hex | E9 | 52 | 72 | 0 | 41 | 33 | 9 | 15B | 4D | 3E |
| Octal | 351 | 122 | 162 | 0 | 101 | 63 | 11 | 533 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1110010 | 0 | 1000001 | 110011 | 1001 | 101011011 | 1001101 | 111110 |
Color Harmonies of #E95272
Complementary color
Monochromatic Colors of #E95272
Black with #E95272
Text Example
Text Example
White with #E95272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95272; }
p { color: rgb(233,82,114); }
H1.HeaderClassName
{
color: #E95272;
}
.AnyTagClassName
{
color: #E95272;
}
</style>
background-color css
<style>
a { background-color: #E95272; }
a { background-color: rgb(233,82,114); }
div.DivClassName
{
background-color: #E95272;
}
.BgClassName
{
background-color: #E95272;
}
</style>
border-color css
<style>
span { border-color: #E95272; }
span { border-color: rgb(233,82,114); }
td.TdClassName
{
border-color: #E95272;
}
.TagClassName
{
border-color: #E95272;
}
</style>