Shades of Sea Pink #E48481
Tints of Sea Pink #E48481
RGB
CMYK
RGB Variations
Color information
#E48481 (or 0xE48481) is known color: Sea Pink. HEX triplet: E4, 84 and 81. RGB value is (228,132,129). Sum of RGB (Red+Green+Blue) = 228+132+129=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E48481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48481 is #1B7B7E. Grayscale: #A0A0A0. Windows color (decimal): -1801087 or 8488164. OLE color: 8488164.
HSL color Cylindrical-coordinate representation of color #E48481: hue angle of 1.82º degrees, saturation: 0.65, 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 #E48481 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 129 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.11 |
| HSL | 1.82º | 0.65% | 0.7% | - |
| HSV(B) | 1.82º | 0.43% | 0.89% | - |
| XYZ | 44.21 | 34.58 | 25.11 | - |
| YUV | 160.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 129 | 0 | 0.42 | 0.43 | 0.11 | 1.82 | 0.65 | 0.7 |
| Hex | E4 | 84 | 81 | 0 | 2A | 2B | B | 2 | 41 | 46 |
| Octal | 344 | 204 | 201 | 0 | 52 | 53 | 13 | 2 | 101 | 106 |
| Binary | 11100100 | 10000100 | 10000001 | 0 | 101010 | 101011 | 1011 | 10 | 1000001 | 1000110 |
Color Harmonies of #E48481
Complementary color
Monochromatic Colors of #E48481
Black with #E48481
Text Example
Text Example
White with #E48481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48481; }
p { color: rgb(228,132,129); }
H1.HeaderClassName
{
color: #E48481;
}
.AnyTagClassName
{
color: #E48481;
}
</style>
background-color css
<style>
a { background-color: #E48481; }
a { background-color: rgb(228,132,129); }
div.DivClassName
{
background-color: #E48481;
}
.BgClassName
{
background-color: #E48481;
}
</style>
border-color css
<style>
span { border-color: #E48481; }
span { border-color: rgb(228,132,129); }
td.TdClassName
{
border-color: #E48481;
}
.TagClassName
{
border-color: #E48481;
}
</style>