Shades of Dark Pink #E26084
Tints of Dark Pink #E26084
RGB
CMYK
RGB Variations
Color information
#E26084 (or 0xE26084) is known color: Dark Pink. HEX triplet: E2, 60 and 84. RGB value is (226,96,132). Sum of RGB (Red+Green+Blue) = 226+96+132=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E26084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26084 is #1D9F7B. Grayscale: #8A8A8A. Windows color (decimal): -1941372 or 8675554. OLE color: 8675554.
HSL color Cylindrical-coordinate representation of color #E26084: hue angle of 343.38º 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 #E26084 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 132 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.38º | 0.69% | 0.63% | - |
| HSV(B) | 343.38º | 0.58% | 0.89% | - |
| XYZ | 39.71 | 26.2 | 24.79 | - |
| YUV | 138.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 132 | 0 | 0.58 | 0.42 | 0.11 | 343.38 | 0.69 | 0.63 |
| Hex | E2 | 60 | 84 | 0 | 3A | 2A | B | 157 | 45 | 3F |
| Octal | 342 | 140 | 204 | 0 | 72 | 52 | 13 | 527 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10000100 | 0 | 111010 | 101010 | 1011 | 101010111 | 1000101 | 111111 |
Color Harmonies of #E26084
Complementary color
Monochromatic Colors of #E26084
Black with #E26084
Text Example
Text Example
White with #E26084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26084; }
p { color: rgb(226,96,132); }
H1.HeaderClassName
{
color: #E26084;
}
.AnyTagClassName
{
color: #E26084;
}
</style>
background-color css
<style>
a { background-color: #E26084; }
a { background-color: rgb(226,96,132); }
div.DivClassName
{
background-color: #E26084;
}
.BgClassName
{
background-color: #E26084;
}
</style>
border-color css
<style>
span { border-color: #E26084; }
span { border-color: rgb(226,96,132); }
td.TdClassName
{
border-color: #E26084;
}
.TagClassName
{
border-color: #E26084;
}
</style>