Shades of Dark Pink #E25293
Tints of Dark Pink #E25293
RGB
CMYK
RGB Variations
Color information
#E25293 (or 0xE25293) is known color: Dark Pink. HEX triplet: E2, 52 and 93. RGB value is (226,82,147). Sum of RGB (Red+Green+Blue) = 226+82+147=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E25293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25293 is #1DAD6C. Grayscale: #848484. Windows color (decimal): -1944941 or 9655010. OLE color: 9655010.
HSL color Cylindrical-coordinate representation of color #E25293: hue angle of 332.92º 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 #E25293 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 147 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.11 |
| HSL | 332.92º | 0.71% | 0.6% | - |
| HSV(B) | 332.92º | 0.64% | 0.89% | - |
| XYZ | 39.65 | 24.31 | 30.21 | - |
| YUV | 132.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 147 | 0 | 0.64 | 0.35 | 0.11 | 332.92 | 0.71 | 0.6 |
| Hex | E2 | 52 | 93 | 0 | 40 | 23 | B | 14D | 47 | 3C |
| Octal | 342 | 122 | 223 | 0 | 100 | 43 | 13 | 515 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10010011 | 0 | 1000000 | 100011 | 1011 | 101001101 | 1000111 | 111100 |
Color Harmonies of #E25293
Complementary color
Monochromatic Colors of #E25293
Black with #E25293
Text Example
Text Example
White with #E25293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25293; }
p { color: rgb(226,82,147); }
H1.HeaderClassName
{
color: #E25293;
}
.AnyTagClassName
{
color: #E25293;
}
</style>
background-color css
<style>
a { background-color: #E25293; }
a { background-color: rgb(226,82,147); }
div.DivClassName
{
background-color: #E25293;
}
.BgClassName
{
background-color: #E25293;
}
</style>
border-color css
<style>
span { border-color: #E25293; }
span { border-color: rgb(226,82,147); }
td.TdClassName
{
border-color: #E25293;
}
.TagClassName
{
border-color: #E25293;
}
</style>