Shades of Dark Pink #E24784
Tints of Dark Pink #E24784
RGB
CMYK
RGB Variations
Color information
#E24784 (or 0xE24784) is known color: Dark Pink. HEX triplet: E2, 47 and 84. RGB value is (226,71,132). Sum of RGB (Red+Green+Blue) = 226+71+132=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E24784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24784 is #1DB87B. Grayscale: #7C7C7C. Windows color (decimal): -1947772 or 8669154. OLE color: 8669154.
HSL color Cylindrical-coordinate representation of color #E24784: hue angle of 336.39º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24784 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 132 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.11 |
| HSL | 336.39º | 0.73% | 0.58% | - |
| HSV(B) | 336.39º | 0.69% | 0.89% | - |
| XYZ | 37.78 | 22.34 | 24.15 | - |
| YUV | 124.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 132 | 0 | 0.69 | 0.42 | 0.11 | 336.39 | 0.73 | 0.58 |
| Hex | E2 | 47 | 84 | 0 | 45 | 2A | B | 150 | 49 | 3A |
| Octal | 342 | 107 | 204 | 0 | 105 | 52 | 13 | 520 | 111 | 72 |
| Binary | 11100010 | 1000111 | 10000100 | 0 | 1000101 | 101010 | 1011 | 101010000 | 1001001 | 111010 |
Color Harmonies of #E24784
Complementary color
Monochromatic Colors of #E24784
Black with #E24784
Text Example
Text Example
White with #E24784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24784; }
p { color: rgb(226,71,132); }
H1.HeaderClassName
{
color: #E24784;
}
.AnyTagClassName
{
color: #E24784;
}
</style>
background-color css
<style>
a { background-color: #E24784; }
a { background-color: rgb(226,71,132); }
div.DivClassName
{
background-color: #E24784;
}
.BgClassName
{
background-color: #E24784;
}
</style>
border-color css
<style>
span { border-color: #E24784; }
span { border-color: rgb(226,71,132); }
td.TdClassName
{
border-color: #E24784;
}
.TagClassName
{
border-color: #E24784;
}
</style>