Shades of Sea Pink #E08482
Tints of Sea Pink #E08482
RGB
CMYK
RGB Variations
Color information
#E08482 (or 0xE08482) is known color: Sea Pink. HEX triplet: E0, 84 and 82. RGB value is (224,132,130). Sum of RGB (Red+Green+Blue) = 224+132+130=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08482 is #1F7B7D. Grayscale: #9F9F9F. Windows color (decimal): -2063230 or 8553696. OLE color: 8553696.
HSL color Cylindrical-coordinate representation of color #E08482: hue angle of 1.28º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08482 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 130 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.12 |
| HSL | 1.28º | 0.6% | 0.69% | - |
| HSV(B) | 1.28º | 0.42% | 0.88% | - |
| XYZ | 43.02 | 33.96 | 25.41 | - |
| YUV | 159.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 130 | 0 | 0.41 | 0.42 | 0.12 | 1.28 | 0.6 | 0.69 |
| Hex | E0 | 84 | 82 | 0 | 29 | 2A | C | 1 | 3C | 45 |
| Octal | 340 | 204 | 202 | 0 | 51 | 52 | 14 | 1 | 74 | 105 |
| Binary | 11100000 | 10000100 | 10000010 | 0 | 101001 | 101010 | 1100 | 1 | 111100 | 1000101 |
Color Harmonies of #E08482
Complementary color
Monochromatic Colors of #E08482
Black with #E08482
Text Example
Text Example
White with #E08482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08482; }
p { color: rgb(224,132,130); }
H1.HeaderClassName
{
color: #E08482;
}
.AnyTagClassName
{
color: #E08482;
}
</style>
background-color css
<style>
a { background-color: #E08482; }
a { background-color: rgb(224,132,130); }
div.DivClassName
{
background-color: #E08482;
}
.BgClassName
{
background-color: #E08482;
}
</style>
border-color css
<style>
span { border-color: #E08482; }
span { border-color: rgb(224,132,130); }
td.TdClassName
{
border-color: #E08482;
}
.TagClassName
{
border-color: #E08482;
}
</style>