Shades of Sea Pink #E28882
Tints of Sea Pink #E28882
RGB
CMYK
RGB Variations
Color information
#E28882 (or 0xE28882) is known color: Sea Pink. HEX triplet: E2, 88 and 82. RGB value is (226,136,130). Sum of RGB (Red+Green+Blue) = 226+136+130=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E28882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28882 is #1D777D. Grayscale: #A2A2A2. Windows color (decimal): -1931134 or 8554722. OLE color: 8554722.
HSL color Cylindrical-coordinate representation of color #E28882: hue angle of 3.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28882 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 130 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.11 |
| HSL | 3.75º | 0.62% | 0.7% | - |
| HSV(B) | 3.75º | 0.42% | 0.89% | - |
| XYZ | 44.2 | 35.39 | 25.62 | - |
| YUV | 162.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 130 | 0 | 0.40 | 0.42 | 0.11 | 3.75 | 0.62 | 0.7 |
| Hex | E2 | 88 | 82 | 0 | 28 | 2A | B | 4 | 3E | 46 |
| Octal | 342 | 210 | 202 | 0 | 50 | 52 | 13 | 4 | 76 | 106 |
| Binary | 11100010 | 10001000 | 10000010 | 0 | 101000 | 101010 | 1011 | 100 | 111110 | 1000110 |
Color Harmonies of #E28882
Complementary color
Monochromatic Colors of #E28882
Black with #E28882
Text Example
Text Example
White with #E28882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28882; }
p { color: rgb(226,136,130); }
H1.HeaderClassName
{
color: #E28882;
}
.AnyTagClassName
{
color: #E28882;
}
</style>
background-color css
<style>
a { background-color: #E28882; }
a { background-color: rgb(226,136,130); }
div.DivClassName
{
background-color: #E28882;
}
.BgClassName
{
background-color: #E28882;
}
</style>
border-color css
<style>
span { border-color: #E28882; }
span { border-color: rgb(226,136,130); }
td.TdClassName
{
border-color: #E28882;
}
.TagClassName
{
border-color: #E28882;
}
</style>