Shades of Dark Pink #E25C7F
Tints of Dark Pink #E25C7F
RGB
CMYK
RGB Variations
Color information
#E25C7F (or 0xE25C7F) is known color: Dark Pink. HEX triplet: E2, 5C and 7F. RGB value is (226,92,127). Sum of RGB (Red+Green+Blue) = 226+92+127=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C7F is #1DA380. Grayscale: #888888. Windows color (decimal): -1942401 or 8346850. OLE color: 8346850.
HSL color Cylindrical-coordinate representation of color #E25C7F: hue angle of 344.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C7F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 127 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.11 |
| HSL | 344.33º | 0.7% | 0.62% | - |
| HSV(B) | 344.33º | 0.59% | 0.89% | - |
| XYZ | 39.02 | 25.36 | 22.92 | - |
| YUV | 136.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 127 | 0 | 0.59 | 0.44 | 0.11 | 344.33 | 0.7 | 0.62 |
| Hex | E2 | 5C | 7F | 0 | 3B | 2C | B | 158 | 46 | 3E |
| Octal | 342 | 134 | 177 | 0 | 73 | 54 | 13 | 530 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1111111 | 0 | 111011 | 101100 | 1011 | 101011000 | 1000110 | 111110 |
Color Harmonies of #E25C7F
Complementary color
Monochromatic Colors of #E25C7F
Black with #E25C7F
Text Example
Text Example
White with #E25C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C7F; }
p { color: rgb(226,92,127); }
H1.HeaderClassName
{
color: #E25C7F;
}
.AnyTagClassName
{
color: #E25C7F;
}
</style>
background-color css
<style>
a { background-color: #E25C7F; }
a { background-color: rgb(226,92,127); }
div.DivClassName
{
background-color: #E25C7F;
}
.BgClassName
{
background-color: #E25C7F;
}
</style>
border-color css
<style>
span { border-color: #E25C7F; }
span { border-color: rgb(226,92,127); }
td.TdClassName
{
border-color: #E25C7F;
}
.TagClassName
{
border-color: #E25C7F;
}
</style>