Shades of Dark Pink #E25A7B
Tints of Dark Pink #E25A7B
RGB
CMYK
RGB Variations
Color information
#E25A7B (or 0xE25A7B) is known color: Dark Pink. HEX triplet: E2, 5A and 7B. RGB value is (226,90,123). Sum of RGB (Red+Green+Blue) = 226+90+123=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25A7B is #1DA584. Grayscale: #868686. Windows color (decimal): -1942917 or 8084194. OLE color: 8084194.
HSL color Cylindrical-coordinate representation of color #E25A7B: hue angle of 345.44º 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 #E25A7B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 123 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.11 |
| HSL | 345.44º | 0.7% | 0.62% | - |
| HSV(B) | 345.44º | 0.6% | 0.89% | - |
| XYZ | 38.6 | 24.91 | 21.51 | - |
| YUV | 134.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 123 | 0 | 0.60 | 0.46 | 0.11 | 345.44 | 0.7 | 0.62 |
| Hex | E2 | 5A | 7B | 0 | 3C | 2E | B | 159 | 46 | 3E |
| Octal | 342 | 132 | 173 | 0 | 74 | 56 | 13 | 531 | 106 | 76 |
| Binary | 11100010 | 1011010 | 1111011 | 0 | 111100 | 101110 | 1011 | 101011001 | 1000110 | 111110 |
Color Harmonies of #E25A7B
Complementary color
Monochromatic Colors of #E25A7B
Black with #E25A7B
Text Example
Text Example
White with #E25A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A7B; }
p { color: rgb(226,90,123); }
H1.HeaderClassName
{
color: #E25A7B;
}
.AnyTagClassName
{
color: #E25A7B;
}
</style>
background-color css
<style>
a { background-color: #E25A7B; }
a { background-color: rgb(226,90,123); }
div.DivClassName
{
background-color: #E25A7B;
}
.BgClassName
{
background-color: #E25A7B;
}
</style>
border-color css
<style>
span { border-color: #E25A7B; }
span { border-color: rgb(226,90,123); }
td.TdClassName
{
border-color: #E25A7B;
}
.TagClassName
{
border-color: #E25A7B;
}
</style>