Shades of Sea Pink #E18482
Tints of Sea Pink #E18482
RGB
CMYK
RGB Variations
Color information
#E18482 (or 0xE18482) is known color: Sea Pink. HEX triplet: E1, 84 and 82. RGB value is (225,132,130). Sum of RGB (Red+Green+Blue) = 225+132+130=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18482 is #1E7B7D. Grayscale: #9F9F9F. Windows color (decimal): -1997694 or 8553697. OLE color: 8553697.
HSL color Cylindrical-coordinate representation of color #E18482: hue angle of 1.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18482 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 130 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.12 |
| HSL | 1.26º | 0.61% | 0.7% | - |
| HSV(B) | 1.26º | 0.42% | 0.88% | - |
| XYZ | 43.33 | 34.12 | 25.42 | - |
| YUV | 159.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 130 | 0 | 0.41 | 0.42 | 0.12 | 1.26 | 0.61 | 0.7 |
| Hex | E1 | 84 | 82 | 0 | 29 | 2A | C | 1 | 3D | 46 |
| Octal | 341 | 204 | 202 | 0 | 51 | 52 | 14 | 1 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10000010 | 0 | 101001 | 101010 | 1100 | 1 | 111101 | 1000110 |
Color Harmonies of #E18482
Complementary color
Monochromatic Colors of #E18482
Black with #E18482
Text Example
Text Example
White with #E18482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18482; }
p { color: rgb(225,132,130); }
H1.HeaderClassName
{
color: #E18482;
}
.AnyTagClassName
{
color: #E18482;
}
</style>
background-color css
<style>
a { background-color: #E18482; }
a { background-color: rgb(225,132,130); }
div.DivClassName
{
background-color: #E18482;
}
.BgClassName
{
background-color: #E18482;
}
</style>
border-color css
<style>
span { border-color: #E18482; }
span { border-color: rgb(225,132,130); }
td.TdClassName
{
border-color: #E18482;
}
.TagClassName
{
border-color: #E18482;
}
</style>