Shades of Dark Pink #E4508C
Tints of Dark Pink #E4508C
RGB
CMYK
RGB Variations
Color information
#E4508C (or 0xE4508C) is known color: Dark Pink. HEX triplet: E4, 50 and 8C. RGB value is (228,80,140). Sum of RGB (Red+Green+Blue) = 228+80+140=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E4508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4508C is #1BAF73. Grayscale: #838383. Windows color (decimal): -1814388 or 9195748. OLE color: 9195748.
HSL color Cylindrical-coordinate representation of color #E4508C: hue angle of 335.68º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4508C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 140 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.11 |
| HSL | 335.68º | 0.73% | 0.6% | - |
| HSV(B) | 335.68º | 0.65% | 0.89% | - |
| XYZ | 39.6 | 24.12 | 27.38 | - |
| YUV | 131.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 140 | 0 | 0.65 | 0.39 | 0.11 | 335.68 | 0.73 | 0.6 |
| Hex | E4 | 50 | 8C | 0 | 41 | 27 | B | 150 | 49 | 3C |
| Octal | 344 | 120 | 214 | 0 | 101 | 47 | 13 | 520 | 111 | 74 |
| Binary | 11100100 | 1010000 | 10001100 | 0 | 1000001 | 100111 | 1011 | 101010000 | 1001001 | 111100 |
Color Harmonies of #E4508C
Complementary color
Monochromatic Colors of #E4508C
Black with #E4508C
Text Example
Text Example
White with #E4508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4508C; }
p { color: rgb(228,80,140); }
H1.HeaderClassName
{
color: #E4508C;
}
.AnyTagClassName
{
color: #E4508C;
}
</style>
background-color css
<style>
a { background-color: #E4508C; }
a { background-color: rgb(228,80,140); }
div.DivClassName
{
background-color: #E4508C;
}
.BgClassName
{
background-color: #E4508C;
}
</style>
border-color css
<style>
span { border-color: #E4508C; }
span { border-color: rgb(228,80,140); }
td.TdClassName
{
border-color: #E4508C;
}
.TagClassName
{
border-color: #E4508C;
}
</style>