Shades of Dark Pink #E26085
Tints of Dark Pink #E26085
RGB
CMYK
RGB Variations
Color information
#E26085 (or 0xE26085) is known color: Dark Pink. HEX triplet: E2, 60 and 85. RGB value is (226,96,133). Sum of RGB (Red+Green+Blue) = 226+96+133=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E26085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26085 is #1D9F7A. Grayscale: #8B8B8B. Windows color (decimal): -1941371 or 8741090. OLE color: 8741090.
HSL color Cylindrical-coordinate representation of color #E26085: hue angle of 342.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26085 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 133 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.11 |
| HSL | 342.92º | 0.69% | 0.63% | - |
| HSV(B) | 342.92º | 0.58% | 0.89% | - |
| XYZ | 39.78 | 26.23 | 25.16 | - |
| YUV | 139.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 133 | 0 | 0.58 | 0.41 | 0.11 | 342.92 | 0.69 | 0.63 |
| Hex | E2 | 60 | 85 | 0 | 3A | 29 | B | 157 | 45 | 3F |
| Octal | 342 | 140 | 205 | 0 | 72 | 51 | 13 | 527 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10000101 | 0 | 111010 | 101001 | 1011 | 101010111 | 1000101 | 111111 |
Color Harmonies of #E26085
Complementary color
Monochromatic Colors of #E26085
Black with #E26085
Text Example
Text Example
White with #E26085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26085; }
p { color: rgb(226,96,133); }
H1.HeaderClassName
{
color: #E26085;
}
.AnyTagClassName
{
color: #E26085;
}
</style>
background-color css
<style>
a { background-color: #E26085; }
a { background-color: rgb(226,96,133); }
div.DivClassName
{
background-color: #E26085;
}
.BgClassName
{
background-color: #E26085;
}
</style>
border-color css
<style>
span { border-color: #E26085; }
span { border-color: rgb(226,96,133); }
td.TdClassName
{
border-color: #E26085;
}
.TagClassName
{
border-color: #E26085;
}
</style>