Shades of Dark Pink #E25B7B
Tints of Dark Pink #E25B7B
RGB
CMYK
RGB Variations
Color information
#E25B7B (or 0xE25B7B) is known color: Dark Pink. HEX triplet: E2, 5B and 7B. RGB value is (226,91,123). Sum of RGB (Red+Green+Blue) = 226+91+123=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B7B is #1DA484. Grayscale: #878787. Windows color (decimal): -1942661 or 8084450. OLE color: 8084450.
HSL color Cylindrical-coordinate representation of color #E25B7B: hue angle of 345.78º 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 #E25B7B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 123 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.11 |
| HSL | 345.78º | 0.7% | 0.62% | - |
| HSV(B) | 345.78º | 0.6% | 0.89% | - |
| XYZ | 38.68 | 25.08 | 21.54 | - |
| YUV | 135.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 123 | 0 | 0.60 | 0.46 | 0.11 | 345.78 | 0.7 | 0.62 |
| Hex | E2 | 5B | 7B | 0 | 3C | 2E | B | 15A | 46 | 3E |
| Octal | 342 | 133 | 173 | 0 | 74 | 56 | 13 | 532 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1111011 | 0 | 111100 | 101110 | 1011 | 101011010 | 1000110 | 111110 |
Color Harmonies of #E25B7B
Complementary color
Monochromatic Colors of #E25B7B
Black with #E25B7B
Text Example
Text Example
White with #E25B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B7B; }
p { color: rgb(226,91,123); }
H1.HeaderClassName
{
color: #E25B7B;
}
.AnyTagClassName
{
color: #E25B7B;
}
</style>
background-color css
<style>
a { background-color: #E25B7B; }
a { background-color: rgb(226,91,123); }
div.DivClassName
{
background-color: #E25B7B;
}
.BgClassName
{
background-color: #E25B7B;
}
</style>
border-color css
<style>
span { border-color: #E25B7B; }
span { border-color: rgb(226,91,123); }
td.TdClassName
{
border-color: #E25B7B;
}
.TagClassName
{
border-color: #E25B7B;
}
</style>