Shades of Dark Pink #E2518B
Tints of Dark Pink #E2518B
RGB
CMYK
RGB Variations
Color information
#E2518B (or 0xE2518B) is known color: Dark Pink. HEX triplet: E2, 51 and 8B. RGB value is (226,81,139). Sum of RGB (Red+Green+Blue) = 226+81+139=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2518B is #1DAE74. Grayscale: #828282. Windows color (decimal): -1945205 or 9130466. OLE color: 9130466.
HSL color Cylindrical-coordinate representation of color #E2518B: hue angle of 336º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2518B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 139 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.11 |
| HSL | 336º | 0.71% | 0.6% | - |
| HSV(B) | 336º | 0.64% | 0.89% | - |
| XYZ | 38.97 | 23.92 | 26.99 | - |
| YUV | 130.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 139 | 0 | 0.64 | 0.38 | 0.11 | 336 | 0.71 | 0.6 |
| Hex | E2 | 51 | 8B | 0 | 40 | 26 | B | 150 | 47 | 3C |
| Octal | 342 | 121 | 213 | 0 | 100 | 46 | 13 | 520 | 107 | 74 |
| Binary | 11100010 | 1010001 | 10001011 | 0 | 1000000 | 100110 | 1011 | 101010000 | 1000111 | 111100 |
Color Harmonies of #E2518B
Complementary color
Monochromatic Colors of #E2518B
Black with #E2518B
Text Example
Text Example
White with #E2518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2518B; }
p { color: rgb(226,81,139); }
H1.HeaderClassName
{
color: #E2518B;
}
.AnyTagClassName
{
color: #E2518B;
}
</style>
background-color css
<style>
a { background-color: #E2518B; }
a { background-color: rgb(226,81,139); }
div.DivClassName
{
background-color: #E2518B;
}
.BgClassName
{
background-color: #E2518B;
}
</style>
border-color css
<style>
span { border-color: #E2518B; }
span { border-color: rgb(226,81,139); }
td.TdClassName
{
border-color: #E2518B;
}
.TagClassName
{
border-color: #E2518B;
}
</style>