Shades of Sea Pink #E48482
Tints of Sea Pink #E48482
RGB
CMYK
RGB Variations
Color information
#E48482 (or 0xE48482) is known color: Sea Pink. HEX triplet: E4, 84 and 82. RGB value is (228,132,130). Sum of RGB (Red+Green+Blue) = 228+132+130=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E48482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48482 is #1B7B7D. Grayscale: #A0A0A0. Windows color (decimal): -1801086 or 8553700. OLE color: 8553700.
HSL color Cylindrical-coordinate representation of color #E48482: hue angle of 1.22º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48482 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 130 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.11 |
| HSL | 1.22º | 0.64% | 0.7% | - |
| HSV(B) | 1.22º | 0.43% | 0.89% | - |
| XYZ | 44.28 | 34.61 | 25.47 | - |
| YUV | 160.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 130 | 0 | 0.42 | 0.43 | 0.11 | 1.22 | 0.64 | 0.7 |
| Hex | E4 | 84 | 82 | 0 | 2A | 2B | B | 1 | 40 | 46 |
| Octal | 344 | 204 | 202 | 0 | 52 | 53 | 13 | 1 | 100 | 106 |
| Binary | 11100100 | 10000100 | 10000010 | 0 | 101010 | 101011 | 1011 | 1 | 1000000 | 1000110 |
Color Harmonies of #E48482
Complementary color
Monochromatic Colors of #E48482
Black with #E48482
Text Example
Text Example
White with #E48482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48482; }
p { color: rgb(228,132,130); }
H1.HeaderClassName
{
color: #E48482;
}
.AnyTagClassName
{
color: #E48482;
}
</style>
background-color css
<style>
a { background-color: #E48482; }
a { background-color: rgb(228,132,130); }
div.DivClassName
{
background-color: #E48482;
}
.BgClassName
{
background-color: #E48482;
}
</style>
border-color css
<style>
span { border-color: #E48482; }
span { border-color: rgb(228,132,130); }
td.TdClassName
{
border-color: #E48482;
}
.TagClassName
{
border-color: #E48482;
}
</style>