Shades of Dark Pink #E25583
Tints of Dark Pink #E25583
RGB
CMYK
RGB Variations
Color information
#E25583 (or 0xE25583) is known color: Dark Pink. HEX triplet: E2, 55 and 83. RGB value is (226,85,131). Sum of RGB (Red+Green+Blue) = 226+85+131=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E25583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25583 is #1DAA7C. Grayscale: #848484. Windows color (decimal): -1944189 or 8607202. OLE color: 8607202.
HSL color Cylindrical-coordinate representation of color #E25583: hue angle of 340.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25583 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 131 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.11 |
| HSL | 340.43º | 0.71% | 0.61% | - |
| HSV(B) | 340.43º | 0.62% | 0.89% | - |
| XYZ | 38.71 | 24.3 | 24.12 | - |
| YUV | 132.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 131 | 0 | 0.62 | 0.42 | 0.11 | 340.43 | 0.71 | 0.61 |
| Hex | E2 | 55 | 83 | 0 | 3E | 2A | B | 154 | 47 | 3D |
| Octal | 342 | 125 | 203 | 0 | 76 | 52 | 13 | 524 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10000011 | 0 | 111110 | 101010 | 1011 | 101010100 | 1000111 | 111101 |
Color Harmonies of #E25583
Complementary color
Monochromatic Colors of #E25583
Black with #E25583
Text Example
Text Example
White with #E25583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25583; }
p { color: rgb(226,85,131); }
H1.HeaderClassName
{
color: #E25583;
}
.AnyTagClassName
{
color: #E25583;
}
</style>
background-color css
<style>
a { background-color: #E25583; }
a { background-color: rgb(226,85,131); }
div.DivClassName
{
background-color: #E25583;
}
.BgClassName
{
background-color: #E25583;
}
</style>
border-color css
<style>
span { border-color: #E25583; }
span { border-color: rgb(226,85,131); }
td.TdClassName
{
border-color: #E25583;
}
.TagClassName
{
border-color: #E25583;
}
</style>