Shades of Sea Pink #E08079
Tints of Sea Pink #E08079
RGB
CMYK
RGB Variations
Color information
#E08079 (or 0xE08079) is known color: Sea Pink. HEX triplet: E0, 80 and 79. RGB value is (224,128,121). Sum of RGB (Red+Green+Blue) = 224+128+121=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E08079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08079 is #1F7F86. Grayscale: #9C9C9C. Windows color (decimal): -2064263 or 7962848. OLE color: 7962848.
HSL color Cylindrical-coordinate representation of color #E08079: hue angle of 4.08º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E08079 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 121 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.12 |
| HSL | 4.08º | 0.62% | 0.68% | - |
| HSV(B) | 4.08º | 0.46% | 0.88% | - |
| XYZ | 41.91 | 32.67 | 22.19 | - |
| YUV | 155.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 121 | 0 | 0.43 | 0.46 | 0.12 | 4.08 | 0.62 | 0.68 |
| Hex | E0 | 80 | 79 | 0 | 2B | 2E | C | 4 | 3E | 44 |
| Octal | 340 | 200 | 171 | 0 | 53 | 56 | 14 | 4 | 76 | 104 |
| Binary | 11100000 | 10000000 | 1111001 | 0 | 101011 | 101110 | 1100 | 100 | 111110 | 1000100 |
Color Harmonies of #E08079
Complementary color
Monochromatic Colors of #E08079
Black with #E08079
Text Example
Text Example
White with #E08079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08079; }
p { color: rgb(224,128,121); }
H1.HeaderClassName
{
color: #E08079;
}
.AnyTagClassName
{
color: #E08079;
}
</style>
background-color css
<style>
a { background-color: #E08079; }
a { background-color: rgb(224,128,121); }
div.DivClassName
{
background-color: #E08079;
}
.BgClassName
{
background-color: #E08079;
}
</style>
border-color css
<style>
span { border-color: #E08079; }
span { border-color: rgb(224,128,121); }
td.TdClassName
{
border-color: #E08079;
}
.TagClassName
{
border-color: #E08079;
}
</style>