Shades of Dark Pink #E25883
Tints of Dark Pink #E25883
RGB
CMYK
RGB Variations
Color information
#E25883 (or 0xE25883) is known color: Dark Pink. HEX triplet: E2, 58 and 83. RGB value is (226,88,131). Sum of RGB (Red+Green+Blue) = 226+88+131=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E25883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25883 is #1DA77C. Grayscale: #868686. Windows color (decimal): -1943421 or 8607970. OLE color: 8607970.
HSL color Cylindrical-coordinate representation of color #E25883: hue angle of 341.3º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25883 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 131 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.11 |
| HSL | 341.3º | 0.7% | 0.62% | - |
| HSV(B) | 341.3º | 0.61% | 0.89% | - |
| XYZ | 38.95 | 24.79 | 24.2 | - |
| YUV | 134.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 131 | 0 | 0.61 | 0.42 | 0.11 | 341.3 | 0.7 | 0.62 |
| Hex | E2 | 58 | 83 | 0 | 3D | 2A | B | 155 | 46 | 3E |
| Octal | 342 | 130 | 203 | 0 | 75 | 52 | 13 | 525 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10000011 | 0 | 111101 | 101010 | 1011 | 101010101 | 1000110 | 111110 |
Color Harmonies of #E25883
Complementary color
Monochromatic Colors of #E25883
Black with #E25883
Text Example
Text Example
White with #E25883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25883; }
p { color: rgb(226,88,131); }
H1.HeaderClassName
{
color: #E25883;
}
.AnyTagClassName
{
color: #E25883;
}
</style>
background-color css
<style>
a { background-color: #E25883; }
a { background-color: rgb(226,88,131); }
div.DivClassName
{
background-color: #E25883;
}
.BgClassName
{
background-color: #E25883;
}
</style>
border-color css
<style>
span { border-color: #E25883; }
span { border-color: rgb(226,88,131); }
td.TdClassName
{
border-color: #E25883;
}
.TagClassName
{
border-color: #E25883;
}
</style>