Shades of Dark Pink #E2548C
Tints of Dark Pink #E2548C
RGB
CMYK
RGB Variations
Color information
#E2548C (or 0xE2548C) is known color: Dark Pink. HEX triplet: E2, 54 and 8C. RGB value is (226,84,140). Sum of RGB (Red+Green+Blue) = 226+84+140=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2548C is #1DAB73. Grayscale: #848484. Windows color (decimal): -1944436 or 9196770. OLE color: 9196770.
HSL color Cylindrical-coordinate representation of color #E2548C: hue angle of 336.34º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2548C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 140 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.11 |
| HSL | 336.34º | 0.71% | 0.61% | - |
| HSV(B) | 336.34º | 0.63% | 0.89% | - |
| XYZ | 39.27 | 24.4 | 27.45 | - |
| YUV | 132.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 140 | 0 | 0.63 | 0.38 | 0.11 | 336.34 | 0.71 | 0.61 |
| Hex | E2 | 54 | 8C | 0 | 3F | 26 | B | 150 | 47 | 3D |
| Octal | 342 | 124 | 214 | 0 | 77 | 46 | 13 | 520 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10001100 | 0 | 111111 | 100110 | 1011 | 101010000 | 1000111 | 111101 |
Color Harmonies of #E2548C
Complementary color
Monochromatic Colors of #E2548C
Black with #E2548C
Text Example
Text Example
White with #E2548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2548C; }
p { color: rgb(226,84,140); }
H1.HeaderClassName
{
color: #E2548C;
}
.AnyTagClassName
{
color: #E2548C;
}
</style>
background-color css
<style>
a { background-color: #E2548C; }
a { background-color: rgb(226,84,140); }
div.DivClassName
{
background-color: #E2548C;
}
.BgClassName
{
background-color: #E2548C;
}
</style>
border-color css
<style>
span { border-color: #E2548C; }
span { border-color: rgb(226,84,140); }
td.TdClassName
{
border-color: #E2548C;
}
.TagClassName
{
border-color: #E2548C;
}
</style>