Shades of Sea Pink #E28681
Tints of Sea Pink #E28681
RGB
CMYK
RGB Variations
Color information
#E28681 (or 0xE28681) is known color: Sea Pink. HEX triplet: E2, 86 and 81. RGB value is (226,134,129). Sum of RGB (Red+Green+Blue) = 226+134+129=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E28681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28681 is #1D797E. Grayscale: #A1A1A1. Windows color (decimal): -1931647 or 8488674. OLE color: 8488674.
HSL color Cylindrical-coordinate representation of color #E28681: hue angle of 3.09º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28681 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 129 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.11 |
| HSL | 3.09º | 0.63% | 0.7% | - |
| HSV(B) | 3.09º | 0.43% | 0.89% | - |
| XYZ | 43.85 | 34.8 | 25.18 | - |
| YUV | 160.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 129 | 0 | 0.41 | 0.43 | 0.11 | 3.09 | 0.63 | 0.7 |
| Hex | E2 | 86 | 81 | 0 | 29 | 2B | B | 3 | 3F | 46 |
| Octal | 342 | 206 | 201 | 0 | 51 | 53 | 13 | 3 | 77 | 106 |
| Binary | 11100010 | 10000110 | 10000001 | 0 | 101001 | 101011 | 1011 | 11 | 111111 | 1000110 |
Color Harmonies of #E28681
Complementary color
Monochromatic Colors of #E28681
Black with #E28681
Text Example
Text Example
White with #E28681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28681; }
p { color: rgb(226,134,129); }
H1.HeaderClassName
{
color: #E28681;
}
.AnyTagClassName
{
color: #E28681;
}
</style>
background-color css
<style>
a { background-color: #E28681; }
a { background-color: rgb(226,134,129); }
div.DivClassName
{
background-color: #E28681;
}
.BgClassName
{
background-color: #E28681;
}
</style>
border-color css
<style>
span { border-color: #E28681; }
span { border-color: rgb(226,134,129); }
td.TdClassName
{
border-color: #E28681;
}
.TagClassName
{
border-color: #E28681;
}
</style>