Shades of Dark Pink #E26185
Tints of Dark Pink #E26185
RGB
CMYK
RGB Variations
Color information
#E26185 (or 0xE26185) is known color: Dark Pink. HEX triplet: E2, 61 and 85. RGB value is (226,97,133). Sum of RGB (Red+Green+Blue) = 226+97+133=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E26185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26185 is #1D9E7A. Grayscale: #8B8B8B. Windows color (decimal): -1941115 or 8741346. OLE color: 8741346.
HSL color Cylindrical-coordinate representation of color #E26185: hue angle of 343.26º 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 #E26185 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 133 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.11 |
| HSL | 343.26º | 0.69% | 0.63% | - |
| HSV(B) | 343.26º | 0.57% | 0.89% | - |
| XYZ | 39.87 | 26.41 | 25.19 | - |
| YUV | 139.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 133 | 0 | 0.57 | 0.41 | 0.11 | 343.26 | 0.69 | 0.63 |
| Hex | E2 | 61 | 85 | 0 | 39 | 29 | B | 157 | 45 | 3F |
| Octal | 342 | 141 | 205 | 0 | 71 | 51 | 13 | 527 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10000101 | 0 | 111001 | 101001 | 1011 | 101010111 | 1000101 | 111111 |
Color Harmonies of #E26185
Complementary color
Monochromatic Colors of #E26185
Black with #E26185
Text Example
Text Example
White with #E26185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26185; }
p { color: rgb(226,97,133); }
H1.HeaderClassName
{
color: #E26185;
}
.AnyTagClassName
{
color: #E26185;
}
</style>
background-color css
<style>
a { background-color: #E26185; }
a { background-color: rgb(226,97,133); }
div.DivClassName
{
background-color: #E26185;
}
.BgClassName
{
background-color: #E26185;
}
</style>
border-color css
<style>
span { border-color: #E26185; }
span { border-color: rgb(226,97,133); }
td.TdClassName
{
border-color: #E26185;
}
.TagClassName
{
border-color: #E26185;
}
</style>