Shades of Dark Pink #E25B7F
Tints of Dark Pink #E25B7F
RGB
CMYK
RGB Variations
Color information
#E25B7F (or 0xE25B7F) is known color: Dark Pink. HEX triplet: E2, 5B and 7F. RGB value is (226,91,127). Sum of RGB (Red+Green+Blue) = 226+91+127=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B7F is #1DA480. Grayscale: #878787. Windows color (decimal): -1942657 or 8346594. OLE color: 8346594.
HSL color Cylindrical-coordinate representation of color #E25B7F: hue angle of 344º 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 #E25B7F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 127 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.11 |
| HSL | 344º | 0.7% | 0.62% | - |
| HSV(B) | 344º | 0.6% | 0.89% | - |
| XYZ | 38.94 | 25.18 | 22.89 | - |
| YUV | 135.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 127 | 0 | 0.60 | 0.44 | 0.11 | 344 | 0.7 | 0.62 |
| Hex | E2 | 5B | 7F | 0 | 3C | 2C | B | 158 | 46 | 3E |
| Octal | 342 | 133 | 177 | 0 | 74 | 54 | 13 | 530 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1111111 | 0 | 111100 | 101100 | 1011 | 101011000 | 1000110 | 111110 |
Color Harmonies of #E25B7F
Complementary color
Monochromatic Colors of #E25B7F
Black with #E25B7F
Text Example
Text Example
White with #E25B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B7F; }
p { color: rgb(226,91,127); }
H1.HeaderClassName
{
color: #E25B7F;
}
.AnyTagClassName
{
color: #E25B7F;
}
</style>
background-color css
<style>
a { background-color: #E25B7F; }
a { background-color: rgb(226,91,127); }
div.DivClassName
{
background-color: #E25B7F;
}
.BgClassName
{
background-color: #E25B7F;
}
</style>
border-color css
<style>
span { border-color: #E25B7F; }
span { border-color: rgb(226,91,127); }
td.TdClassName
{
border-color: #E25B7F;
}
.TagClassName
{
border-color: #E25B7F;
}
</style>