Shades of Dark Pink #E25F84
Tints of Dark Pink #E25F84
RGB
CMYK
RGB Variations
Color information
#E25F84 (or 0xE25F84) is known color: Dark Pink. HEX triplet: E2, 5F and 84. RGB value is (226,95,132). Sum of RGB (Red+Green+Blue) = 226+95+132=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F84 is #1DA07B. Grayscale: #8A8A8A. Windows color (decimal): -1941628 or 8675298. OLE color: 8675298.
HSL color Cylindrical-coordinate representation of color #E25F84: hue angle of 343.05º 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 #E25F84 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 132 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.05º | 0.69% | 0.63% | - |
| HSV(B) | 343.05º | 0.58% | 0.89% | - |
| XYZ | 39.62 | 26.02 | 24.76 | - |
| YUV | 138.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 132 | 0 | 0.58 | 0.42 | 0.11 | 343.05 | 0.69 | 0.63 |
| Hex | E2 | 5F | 84 | 0 | 3A | 2A | B | 157 | 45 | 3F |
| Octal | 342 | 137 | 204 | 0 | 72 | 52 | 13 | 527 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10000100 | 0 | 111010 | 101010 | 1011 | 101010111 | 1000101 | 111111 |
Color Harmonies of #E25F84
Complementary color
Monochromatic Colors of #E25F84
Black with #E25F84
Text Example
Text Example
White with #E25F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F84; }
p { color: rgb(226,95,132); }
H1.HeaderClassName
{
color: #E25F84;
}
.AnyTagClassName
{
color: #E25F84;
}
</style>
background-color css
<style>
a { background-color: #E25F84; }
a { background-color: rgb(226,95,132); }
div.DivClassName
{
background-color: #E25F84;
}
.BgClassName
{
background-color: #E25F84;
}
</style>
border-color css
<style>
span { border-color: #E25F84; }
span { border-color: rgb(226,95,132); }
td.TdClassName
{
border-color: #E25F84;
}
.TagClassName
{
border-color: #E25F84;
}
</style>