Shades of Dark Pink #E25F81
Tints of Dark Pink #E25F81
RGB
CMYK
RGB Variations
Color information
#E25F81 (or 0xE25F81) is known color: Dark Pink. HEX triplet: E2, 5F and 81. RGB value is (226,95,129). Sum of RGB (Red+Green+Blue) = 226+95+129=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F81 is #1DA07E. Grayscale: #8A8A8A. Windows color (decimal): -1941631 or 8478690. OLE color: 8478690.
HSL color Cylindrical-coordinate representation of color #E25F81: hue angle of 344.43º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25F81 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 129 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.11 |
| HSL | 344.43º | 0.69% | 0.63% | - |
| HSV(B) | 344.43º | 0.58% | 0.89% | - |
| XYZ | 39.42 | 25.94 | 23.7 | - |
| YUV | 138.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 129 | 0 | 0.58 | 0.43 | 0.11 | 344.43 | 0.69 | 0.63 |
| Hex | E2 | 5F | 81 | 0 | 3A | 2B | B | 158 | 45 | 3F |
| Octal | 342 | 137 | 201 | 0 | 72 | 53 | 13 | 530 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10000001 | 0 | 111010 | 101011 | 1011 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E25F81
Complementary color
Monochromatic Colors of #E25F81
Black with #E25F81
Text Example
Text Example
White with #E25F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F81; }
p { color: rgb(226,95,129); }
H1.HeaderClassName
{
color: #E25F81;
}
.AnyTagClassName
{
color: #E25F81;
}
</style>
background-color css
<style>
a { background-color: #E25F81; }
a { background-color: rgb(226,95,129); }
div.DivClassName
{
background-color: #E25F81;
}
.BgClassName
{
background-color: #E25F81;
}
</style>
border-color css
<style>
span { border-color: #E25F81; }
span { border-color: rgb(226,95,129); }
td.TdClassName
{
border-color: #E25F81;
}
.TagClassName
{
border-color: #E25F81;
}
</style>