Shades of Dark Pink #E24983
Tints of Dark Pink #E24983
RGB
CMYK
RGB Variations
Color information
#E24983 (or 0xE24983) is known color: Dark Pink. HEX triplet: E2, 49 and 83. RGB value is (226,73,131). Sum of RGB (Red+Green+Blue) = 226+73+131=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E24983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24983 is #1DB67C. Grayscale: #7D7D7D. Windows color (decimal): -1947261 or 8604130. OLE color: 8604130.
HSL color Cylindrical-coordinate representation of color #E24983: hue angle of 337.25º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24983 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 131 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.11 |
| HSL | 337.25º | 0.73% | 0.59% | - |
| HSV(B) | 337.25º | 0.68% | 0.89% | - |
| XYZ | 37.84 | 22.57 | 23.84 | - |
| YUV | 125.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 131 | 0 | 0.68 | 0.42 | 0.11 | 337.25 | 0.73 | 0.59 |
| Hex | E2 | 49 | 83 | 0 | 44 | 2A | B | 151 | 49 | 3B |
| Octal | 342 | 111 | 203 | 0 | 104 | 52 | 13 | 521 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10000011 | 0 | 1000100 | 101010 | 1011 | 101010001 | 1001001 | 111011 |
Color Harmonies of #E24983
Complementary color
Monochromatic Colors of #E24983
Black with #E24983
Text Example
Text Example
White with #E24983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24983; }
p { color: rgb(226,73,131); }
H1.HeaderClassName
{
color: #E24983;
}
.AnyTagClassName
{
color: #E24983;
}
</style>
background-color css
<style>
a { background-color: #E24983; }
a { background-color: rgb(226,73,131); }
div.DivClassName
{
background-color: #E24983;
}
.BgClassName
{
background-color: #E24983;
}
</style>
border-color css
<style>
span { border-color: #E24983; }
span { border-color: rgb(226,73,131); }
td.TdClassName
{
border-color: #E24983;
}
.TagClassName
{
border-color: #E24983;
}
</style>