Shades of Dark Pink #E2548A
Tints of Dark Pink #E2548A
RGB
CMYK
RGB Variations
Color information
#E2548A (or 0xE2548A) is known color: Dark Pink. HEX triplet: E2, 54 and 8A. RGB value is (226,84,138). Sum of RGB (Red+Green+Blue) = 226+84+138=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2548A is #1DAB75. Grayscale: #848484. Windows color (decimal): -1944438 or 9065698. OLE color: 9065698.
HSL color Cylindrical-coordinate representation of color #E2548A: hue angle of 337.18º 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 #E2548A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 138 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.11 |
| HSL | 337.18º | 0.71% | 0.61% | - |
| HSV(B) | 337.18º | 0.63% | 0.89% | - |
| XYZ | 39.12 | 24.34 | 26.68 | - |
| YUV | 132.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 138 | 0 | 0.63 | 0.39 | 0.11 | 337.18 | 0.71 | 0.61 |
| Hex | E2 | 54 | 8A | 0 | 3F | 27 | B | 151 | 47 | 3D |
| Octal | 342 | 124 | 212 | 0 | 77 | 47 | 13 | 521 | 107 | 75 |
| Binary | 11100010 | 1010100 | 10001010 | 0 | 111111 | 100111 | 1011 | 101010001 | 1000111 | 111101 |
Color Harmonies of #E2548A
Complementary color
Monochromatic Colors of #E2548A
Black with #E2548A
Text Example
Text Example
White with #E2548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2548A; }
p { color: rgb(226,84,138); }
H1.HeaderClassName
{
color: #E2548A;
}
.AnyTagClassName
{
color: #E2548A;
}
</style>
background-color css
<style>
a { background-color: #E2548A; }
a { background-color: rgb(226,84,138); }
div.DivClassName
{
background-color: #E2548A;
}
.BgClassName
{
background-color: #E2548A;
}
</style>
border-color css
<style>
span { border-color: #E2548A; }
span { border-color: rgb(226,84,138); }
td.TdClassName
{
border-color: #E2548A;
}
.TagClassName
{
border-color: #E2548A;
}
</style>