Shades of Dark Pink #E4548A
Tints of Dark Pink #E4548A
RGB
CMYK
RGB Variations
Color information
#E4548A (or 0xE4548A) is known color: Dark Pink. HEX triplet: E4, 54 and 8A. RGB value is (228,84,138). Sum of RGB (Red+Green+Blue) = 228+84+138=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E4548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4548A is #1BAB75. Grayscale: #858585. Windows color (decimal): -1813366 or 9065700. OLE color: 9065700.
HSL color Cylindrical-coordinate representation of color #E4548A: hue angle of 337.5º degrees, saturation: 0.73, 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 #E4548A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 138 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.11 |
| HSL | 337.5º | 0.73% | 0.61% | - |
| HSV(B) | 337.5º | 0.63% | 0.89% | - |
| XYZ | 39.75 | 24.67 | 26.71 | - |
| YUV | 133.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 138 | 0 | 0.63 | 0.39 | 0.11 | 337.5 | 0.73 | 0.61 |
| Hex | E4 | 54 | 8A | 0 | 3F | 27 | B | 152 | 49 | 3D |
| Octal | 344 | 124 | 212 | 0 | 77 | 47 | 13 | 522 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10001010 | 0 | 111111 | 100111 | 1011 | 101010010 | 1001001 | 111101 |
Color Harmonies of #E4548A
Complementary color
Monochromatic Colors of #E4548A
Black with #E4548A
Text Example
Text Example
White with #E4548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4548A; }
p { color: rgb(228,84,138); }
H1.HeaderClassName
{
color: #E4548A;
}
.AnyTagClassName
{
color: #E4548A;
}
</style>
background-color css
<style>
a { background-color: #E4548A; }
a { background-color: rgb(228,84,138); }
div.DivClassName
{
background-color: #E4548A;
}
.BgClassName
{
background-color: #E4548A;
}
</style>
border-color css
<style>
span { border-color: #E4548A; }
span { border-color: rgb(228,84,138); }
td.TdClassName
{
border-color: #E4548A;
}
.TagClassName
{
border-color: #E4548A;
}
</style>