Shades of Dark Pink #E26184
Tints of Dark Pink #E26184
RGB
CMYK
RGB Variations
Color information
#E26184 (or 0xE26184) is known color: Dark Pink. HEX triplet: E2, 61 and 84. RGB value is (226,97,132). Sum of RGB (Red+Green+Blue) = 226+97+132=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E26184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26184 is #1D9E7B. Grayscale: #8B8B8B. Windows color (decimal): -1941116 or 8675810. OLE color: 8675810.
HSL color Cylindrical-coordinate representation of color #E26184: hue angle of 343.72º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26184 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 132 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.11 |
| HSL | 343.72º | 0.69% | 0.63% | - |
| HSV(B) | 343.72º | 0.57% | 0.89% | - |
| XYZ | 39.8 | 26.38 | 24.82 | - |
| YUV | 139.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 132 | 0 | 0.57 | 0.42 | 0.11 | 343.72 | 0.69 | 0.63 |
| Hex | E2 | 61 | 84 | 0 | 39 | 2A | B | 158 | 45 | 3F |
| Octal | 342 | 141 | 204 | 0 | 71 | 52 | 13 | 530 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10000100 | 0 | 111001 | 101010 | 1011 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E26184
Complementary color
Monochromatic Colors of #E26184
Black with #E26184
Text Example
Text Example
White with #E26184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26184; }
p { color: rgb(226,97,132); }
H1.HeaderClassName
{
color: #E26184;
}
.AnyTagClassName
{
color: #E26184;
}
</style>
background-color css
<style>
a { background-color: #E26184; }
a { background-color: rgb(226,97,132); }
div.DivClassName
{
background-color: #E26184;
}
.BgClassName
{
background-color: #E26184;
}
</style>
border-color css
<style>
span { border-color: #E26184; }
span { border-color: rgb(226,97,132); }
td.TdClassName
{
border-color: #E26184;
}
.TagClassName
{
border-color: #E26184;
}
</style>