Shades of Dark Pink #E25F83
Tints of Dark Pink #E25F83
RGB
CMYK
RGB Variations
Color information
#E25F83 (or 0xE25F83) is known color: Dark Pink. HEX triplet: E2, 5F and 83. RGB value is (226,95,131). Sum of RGB (Red+Green+Blue) = 226+95+131=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F83 is #1DA07C. Grayscale: #8A8A8A. Windows color (decimal): -1941629 or 8609762. OLE color: 8609762.
HSL color Cylindrical-coordinate representation of color #E25F83: hue angle of 343.51º 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 #E25F83 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 131 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.51º | 0.69% | 0.63% | - |
| HSV(B) | 343.51º | 0.58% | 0.89% | - |
| XYZ | 39.55 | 25.99 | 24.4 | - |
| YUV | 138.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 131 | 0 | 0.58 | 0.42 | 0.11 | 343.51 | 0.69 | 0.63 |
| Hex | E2 | 5F | 83 | 0 | 3A | 2A | B | 158 | 45 | 3F |
| Octal | 342 | 137 | 203 | 0 | 72 | 52 | 13 | 530 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10000011 | 0 | 111010 | 101010 | 1011 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E25F83
Complementary color
Monochromatic Colors of #E25F83
Black with #E25F83
Text Example
Text Example
White with #E25F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F83; }
p { color: rgb(226,95,131); }
H1.HeaderClassName
{
color: #E25F83;
}
.AnyTagClassName
{
color: #E25F83;
}
</style>
background-color css
<style>
a { background-color: #E25F83; }
a { background-color: rgb(226,95,131); }
div.DivClassName
{
background-color: #E25F83;
}
.BgClassName
{
background-color: #E25F83;
}
</style>
border-color css
<style>
span { border-color: #E25F83; }
span { border-color: rgb(226,95,131); }
td.TdClassName
{
border-color: #E25F83;
}
.TagClassName
{
border-color: #E25F83;
}
</style>