Shades of Dark Pink #E25193
Tints of Dark Pink #E25193
RGB
CMYK
RGB Variations
Color information
#E25193 (or 0xE25193) is known color: Dark Pink. HEX triplet: E2, 51 and 93. RGB value is (226,81,147). Sum of RGB (Red+Green+Blue) = 226+81+147=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E25193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25193 is #1DAE6C. Grayscale: #838383. Windows color (decimal): -1945197 or 9654754. OLE color: 9654754.
HSL color Cylindrical-coordinate representation of color #E25193: hue angle of 332.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E25193 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 147 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.11 |
| HSL | 332.69º | 0.71% | 0.6% | - |
| HSV(B) | 332.69º | 0.64% | 0.89% | - |
| XYZ | 39.57 | 24.16 | 30.18 | - |
| YUV | 131.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 147 | 0 | 0.64 | 0.35 | 0.11 | 332.69 | 0.71 | 0.6 |
| Hex | E2 | 51 | 93 | 0 | 40 | 23 | B | 14D | 47 | 3C |
| Octal | 342 | 121 | 223 | 0 | 100 | 43 | 13 | 515 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10010011 | 0 | 1000000 | 100011 | 1011 | 101001101 | 1000111 | 111100 |
Color Harmonies of #E25193
Complementary color
Monochromatic Colors of #E25193
Black with #E25193
Text Example
Text Example
White with #E25193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25193; }
p { color: rgb(226,81,147); }
H1.HeaderClassName
{
color: #E25193;
}
.AnyTagClassName
{
color: #E25193;
}
</style>
background-color css
<style>
a { background-color: #E25193; }
a { background-color: rgb(226,81,147); }
div.DivClassName
{
background-color: #E25193;
}
.BgClassName
{
background-color: #E25193;
}
</style>
border-color css
<style>
span { border-color: #E25193; }
span { border-color: rgb(226,81,147); }
td.TdClassName
{
border-color: #E25193;
}
.TagClassName
{
border-color: #E25193;
}
</style>