Shades of Sea Pink #E08986
Tints of Sea Pink #E08986
RGB
CMYK
RGB Variations
Color information
#E08986 (or 0xE08986) is known color: Sea Pink. HEX triplet: E0, 89 and 86. RGB value is (224,137,134). Sum of RGB (Red+Green+Blue) = 224+137+134=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E08986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08986 is #1F7679. Grayscale: #A2A2A2. Windows color (decimal): -2061946 or 8817120. OLE color: 8817120.
HSL color Cylindrical-coordinate representation of color #E08986: hue angle of 2º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08986 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 134 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.12 |
| HSL | 2º | 0.59% | 0.7% | - |
| HSV(B) | 2º | 0.4% | 0.88% | - |
| XYZ | 43.99 | 35.46 | 27.08 | - |
| YUV | 162.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 134 | 0 | 0.39 | 0.40 | 0.12 | 2 | 0.59 | 0.7 |
| Hex | E0 | 89 | 86 | 0 | 27 | 28 | C | 2 | 3B | 46 |
| Octal | 340 | 211 | 206 | 0 | 47 | 50 | 14 | 2 | 73 | 106 |
| Binary | 11100000 | 10001001 | 10000110 | 0 | 100111 | 101000 | 1100 | 10 | 111011 | 1000110 |
Color Harmonies of #E08986
Complementary color
Monochromatic Colors of #E08986
Black with #E08986
Text Example
Text Example
White with #E08986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08986; }
p { color: rgb(224,137,134); }
H1.HeaderClassName
{
color: #E08986;
}
.AnyTagClassName
{
color: #E08986;
}
</style>
background-color css
<style>
a { background-color: #E08986; }
a { background-color: rgb(224,137,134); }
div.DivClassName
{
background-color: #E08986;
}
.BgClassName
{
background-color: #E08986;
}
</style>
border-color css
<style>
span { border-color: #E08986; }
span { border-color: rgb(224,137,134); }
td.TdClassName
{
border-color: #E08986;
}
.TagClassName
{
border-color: #E08986;
}
</style>