Shades of Dark Pink #E24A8C
Tints of Dark Pink #E24A8C
RGB
CMYK
RGB Variations
Color information
#E24A8C (or 0xE24A8C) is known color: Dark Pink. HEX triplet: E2, 4A and 8C. RGB value is (226,74,140). Sum of RGB (Red+Green+Blue) = 226+74+140=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24A8C is #1DB573. Grayscale: #7E7E7E. Windows color (decimal): -1946996 or 9194210. OLE color: 9194210.
HSL color Cylindrical-coordinate representation of color #E24A8C: hue angle of 333.95º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24A8C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 140 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.11 |
| HSL | 333.95º | 0.72% | 0.59% | - |
| HSV(B) | 333.95º | 0.67% | 0.89% | - |
| XYZ | 38.55 | 22.96 | 27.21 | - |
| YUV | 126.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 140 | 0 | 0.67 | 0.38 | 0.11 | 333.95 | 0.72 | 0.59 |
| Hex | E2 | 4A | 8C | 0 | 43 | 26 | B | 14E | 48 | 3B |
| Octal | 342 | 112 | 214 | 0 | 103 | 46 | 13 | 516 | 110 | 73 |
| Binary | 11100010 | 1001010 | 10001100 | 0 | 1000011 | 100110 | 1011 | 101001110 | 1001000 | 111011 |
Color Harmonies of #E24A8C
Complementary color
Monochromatic Colors of #E24A8C
Black with #E24A8C
Text Example
Text Example
White with #E24A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A8C; }
p { color: rgb(226,74,140); }
H1.HeaderClassName
{
color: #E24A8C;
}
.AnyTagClassName
{
color: #E24A8C;
}
</style>
background-color css
<style>
a { background-color: #E24A8C; }
a { background-color: rgb(226,74,140); }
div.DivClassName
{
background-color: #E24A8C;
}
.BgClassName
{
background-color: #E24A8C;
}
</style>
border-color css
<style>
span { border-color: #E24A8C; }
span { border-color: rgb(226,74,140); }
td.TdClassName
{
border-color: #E24A8C;
}
.TagClassName
{
border-color: #E24A8C;
}
</style>