Shades of Sea Pink #E28A86
Tints of Sea Pink #E28A86
RGB
CMYK
RGB Variations
Color information
#E28A86 (or 0xE28A86) is known color: Sea Pink. HEX triplet: E2, 8A and 86. RGB value is (226,138,134). Sum of RGB (Red+Green+Blue) = 226+138+134=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A86 is #1D7579. Grayscale: #A3A3A3. Windows color (decimal): -1930618 or 8817378. OLE color: 8817378.
HSL color Cylindrical-coordinate representation of color #E28A86: hue angle of 2.61º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E28A86 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 134 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.11 |
| HSL | 2.61º | 0.61% | 0.71% | - |
| HSV(B) | 2.61º | 0.41% | 0.89% | - |
| XYZ | 44.76 | 36.07 | 27.16 | - |
| YUV | 163.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 134 | 0 | 0.39 | 0.41 | 0.11 | 2.61 | 0.61 | 0.71 |
| Hex | E2 | 8A | 86 | 0 | 27 | 29 | B | 3 | 3D | 47 |
| Octal | 342 | 212 | 206 | 0 | 47 | 51 | 13 | 3 | 75 | 107 |
| Binary | 11100010 | 10001010 | 10000110 | 0 | 100111 | 101001 | 1011 | 11 | 111101 | 1000111 |
Color Harmonies of #E28A86
Complementary color
Monochromatic Colors of #E28A86
Black with #E28A86
Text Example
Text Example
White with #E28A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A86; }
p { color: rgb(226,138,134); }
H1.HeaderClassName
{
color: #E28A86;
}
.AnyTagClassName
{
color: #E28A86;
}
</style>
background-color css
<style>
a { background-color: #E28A86; }
a { background-color: rgb(226,138,134); }
div.DivClassName
{
background-color: #E28A86;
}
.BgClassName
{
background-color: #E28A86;
}
</style>
border-color css
<style>
span { border-color: #E28A86; }
span { border-color: rgb(226,138,134); }
td.TdClassName
{
border-color: #E28A86;
}
.TagClassName
{
border-color: #E28A86;
}
</style>