Shades of Sea Pink #E08179
Tints of Sea Pink #E08179
RGB
CMYK
RGB Variations
Color information
#E08179 (or 0xE08179) is known color: Sea Pink. HEX triplet: E0, 81 and 79. RGB value is (224,129,121). Sum of RGB (Red+Green+Blue) = 224+129+121=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E08179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08179 is #1F7E86. Grayscale: #9C9C9C. Windows color (decimal): -2064007 or 7963104. OLE color: 7963104.
HSL color Cylindrical-coordinate representation of color #E08179: hue angle of 4.66º 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 #E08179 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 121 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.12 |
| HSL | 4.66º | 0.62% | 0.68% | - |
| HSV(B) | 4.66º | 0.46% | 0.88% | - |
| XYZ | 42.04 | 32.93 | 22.23 | - |
| YUV | 156.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 121 | 0 | 0.42 | 0.46 | 0.12 | 4.66 | 0.62 | 0.68 |
| Hex | E0 | 81 | 79 | 0 | 2A | 2E | C | 5 | 3E | 44 |
| Octal | 340 | 201 | 171 | 0 | 52 | 56 | 14 | 5 | 76 | 104 |
| Binary | 11100000 | 10000001 | 1111001 | 0 | 101010 | 101110 | 1100 | 101 | 111110 | 1000100 |
Color Harmonies of #E08179
Complementary color
Monochromatic Colors of #E08179
Black with #E08179
Text Example
Text Example
White with #E08179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08179; }
p { color: rgb(224,129,121); }
H1.HeaderClassName
{
color: #E08179;
}
.AnyTagClassName
{
color: #E08179;
}
</style>
background-color css
<style>
a { background-color: #E08179; }
a { background-color: rgb(224,129,121); }
div.DivClassName
{
background-color: #E08179;
}
.BgClassName
{
background-color: #E08179;
}
</style>
border-color css
<style>
span { border-color: #E08179; }
span { border-color: rgb(224,129,121); }
td.TdClassName
{
border-color: #E08179;
}
.TagClassName
{
border-color: #E08179;
}
</style>