Shades of Dark Pink #E25B7A
Tints of Dark Pink #E25B7A
RGB
CMYK
RGB Variations
Color information
#E25B7A (or 0xE25B7A) is known color: Dark Pink. HEX triplet: E2, 5B and 7A. RGB value is (226,91,122). Sum of RGB (Red+Green+Blue) = 226+91+122=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B7A is #1DA485. Grayscale: #868686. Windows color (decimal): -1942662 or 8018914. OLE color: 8018914.
HSL color Cylindrical-coordinate representation of color #E25B7A: hue angle of 346.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B7A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 122 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.11 |
| HSL | 346.22º | 0.7% | 0.62% | - |
| HSV(B) | 346.22º | 0.6% | 0.89% | - |
| XYZ | 38.62 | 25.06 | 21.21 | - |
| YUV | 134.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 122 | 0 | 0.60 | 0.46 | 0.11 | 346.22 | 0.7 | 0.62 |
| Hex | E2 | 5B | 7A | 0 | 3C | 2E | B | 15A | 46 | 3E |
| Octal | 342 | 133 | 172 | 0 | 74 | 56 | 13 | 532 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1111010 | 0 | 111100 | 101110 | 1011 | 101011010 | 1000110 | 111110 |
Color Harmonies of #E25B7A
Complementary color
Monochromatic Colors of #E25B7A
Black with #E25B7A
Text Example
Text Example
White with #E25B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B7A; }
p { color: rgb(226,91,122); }
H1.HeaderClassName
{
color: #E25B7A;
}
.AnyTagClassName
{
color: #E25B7A;
}
</style>
background-color css
<style>
a { background-color: #E25B7A; }
a { background-color: rgb(226,91,122); }
div.DivClassName
{
background-color: #E25B7A;
}
.BgClassName
{
background-color: #E25B7A;
}
</style>
border-color css
<style>
span { border-color: #E25B7A; }
span { border-color: rgb(226,91,122); }
td.TdClassName
{
border-color: #E25B7A;
}
.TagClassName
{
border-color: #E25B7A;
}
</style>