Shades of Dark Pink #E26083
Tints of Dark Pink #E26083
RGB
CMYK
RGB Variations
Color information
#E26083 (or 0xE26083) is known color: Dark Pink. HEX triplet: E2, 60 and 83. RGB value is (226,96,131). Sum of RGB (Red+Green+Blue) = 226+96+131=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E26083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26083 is #1D9F7C. Grayscale: #8A8A8A. Windows color (decimal): -1941373 or 8610018. OLE color: 8610018.
HSL color Cylindrical-coordinate representation of color #E26083: hue angle of 343.85º 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 #E26083 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 131 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.85º | 0.69% | 0.63% | - |
| HSV(B) | 343.85º | 0.58% | 0.89% | - |
| XYZ | 39.64 | 26.17 | 24.44 | - |
| YUV | 138.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 131 | 0 | 0.58 | 0.42 | 0.11 | 343.85 | 0.69 | 0.63 |
| Hex | E2 | 60 | 83 | 0 | 3A | 2A | B | 158 | 45 | 3F |
| Octal | 342 | 140 | 203 | 0 | 72 | 52 | 13 | 530 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10000011 | 0 | 111010 | 101010 | 1011 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E26083
Complementary color
Monochromatic Colors of #E26083
Black with #E26083
Text Example
Text Example
White with #E26083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26083; }
p { color: rgb(226,96,131); }
H1.HeaderClassName
{
color: #E26083;
}
.AnyTagClassName
{
color: #E26083;
}
</style>
background-color css
<style>
a { background-color: #E26083; }
a { background-color: rgb(226,96,131); }
div.DivClassName
{
background-color: #E26083;
}
.BgClassName
{
background-color: #E26083;
}
</style>
border-color css
<style>
span { border-color: #E26083; }
span { border-color: rgb(226,96,131); }
td.TdClassName
{
border-color: #E26083;
}
.TagClassName
{
border-color: #E26083;
}
</style>