Shades of Sea Pink #E48582
Tints of Sea Pink #E48582
RGB
CMYK
RGB Variations
Color information
#E48582 (or 0xE48582) is known color: Sea Pink. HEX triplet: E4, 85 and 82. RGB value is (228,133,130). Sum of RGB (Red+Green+Blue) = 228+133+130=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48582 is #1B7A7D. Grayscale: #A1A1A1. Windows color (decimal): -1800830 or 8553956. OLE color: 8553956.
HSL color Cylindrical-coordinate representation of color #E48582: hue angle of 1.84º 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 #E48582 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 130 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.11 |
| HSL | 1.84º | 0.64% | 0.7% | - |
| HSV(B) | 1.84º | 0.43% | 0.89% | - |
| XYZ | 44.41 | 34.88 | 25.51 | - |
| YUV | 161.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 130 | 0 | 0.42 | 0.43 | 0.11 | 1.84 | 0.64 | 0.7 |
| Hex | E4 | 85 | 82 | 0 | 2A | 2B | B | 2 | 40 | 46 |
| Octal | 344 | 205 | 202 | 0 | 52 | 53 | 13 | 2 | 100 | 106 |
| Binary | 11100100 | 10000101 | 10000010 | 0 | 101010 | 101011 | 1011 | 10 | 1000000 | 1000110 |
Color Harmonies of #E48582
Complementary color
Monochromatic Colors of #E48582
Black with #E48582
Text Example
Text Example
White with #E48582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48582; }
p { color: rgb(228,133,130); }
H1.HeaderClassName
{
color: #E48582;
}
.AnyTagClassName
{
color: #E48582;
}
</style>
background-color css
<style>
a { background-color: #E48582; }
a { background-color: rgb(228,133,130); }
div.DivClassName
{
background-color: #E48582;
}
.BgClassName
{
background-color: #E48582;
}
</style>
border-color css
<style>
span { border-color: #E48582; }
span { border-color: rgb(228,133,130); }
td.TdClassName
{
border-color: #E48582;
}
.TagClassName
{
border-color: #E48582;
}
</style>