Shades of Sea Pink #E28980
Tints of Sea Pink #E28980
RGB
CMYK
RGB Variations
Color information
#E28980 (or 0xE28980) is known color: Sea Pink. HEX triplet: E2, 89 and 80. RGB value is (226,137,128). Sum of RGB (Red+Green+Blue) = 226+137+128=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E28980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28980 is #1D767F. Grayscale: #A2A2A2. Windows color (decimal): -1930880 or 8423906. OLE color: 8423906.
HSL color Cylindrical-coordinate representation of color #E28980: hue angle of 5.51º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28980 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 128 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.11 |
| HSL | 5.51º | 0.63% | 0.69% | - |
| HSV(B) | 5.51º | 0.43% | 0.89% | - |
| XYZ | 44.21 | 35.62 | 24.97 | - |
| YUV | 162.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 128 | 0 | 0.39 | 0.43 | 0.11 | 5.51 | 0.63 | 0.69 |
| Hex | E2 | 89 | 80 | 0 | 27 | 2B | B | 6 | 3F | 45 |
| Octal | 342 | 211 | 200 | 0 | 47 | 53 | 13 | 6 | 77 | 105 |
| Binary | 11100010 | 10001001 | 10000000 | 0 | 100111 | 101011 | 1011 | 110 | 111111 | 1000101 |
Color Harmonies of #E28980
Complementary color
Monochromatic Colors of #E28980
Black with #E28980
Text Example
Text Example
White with #E28980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28980; }
p { color: rgb(226,137,128); }
H1.HeaderClassName
{
color: #E28980;
}
.AnyTagClassName
{
color: #E28980;
}
</style>
background-color css
<style>
a { background-color: #E28980; }
a { background-color: rgb(226,137,128); }
div.DivClassName
{
background-color: #E28980;
}
.BgClassName
{
background-color: #E28980;
}
</style>
border-color css
<style>
span { border-color: #E28980; }
span { border-color: rgb(226,137,128); }
td.TdClassName
{
border-color: #E28980;
}
.TagClassName
{
border-color: #E28980;
}
</style>