Shades of Sea Pink #E48686
Tints of Sea Pink #E48686
RGB
CMYK
RGB Variations
Color information
#E48686 (or 0xE48686) is known color: Sea Pink. HEX triplet: E4, 86 and 86. RGB value is (228,134,134). Sum of RGB (Red+Green+Blue) = 228+134+134=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E48686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48686 is #1B7979. Grayscale: #A2A2A2. Windows color (decimal): -1800570 or 8816356. OLE color: 8816356.
HSL color Cylindrical-coordinate representation of color #E48686: hue angle of 0º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E48686 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 134 | 134 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.11 |
| HSL | 0º | 0.64% | 0.71% | - |
| HSV(B) | 0º | 0.41% | 0.89% | - |
| XYZ | 44.82 | 35.27 | 27 | - |
| YUV | 162.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 134 | 134 | 0 | 0.41 | 0.41 | 0.11 | 0 | 0.64 | 0.71 |
| Hex | E4 | 86 | 86 | 0 | 29 | 29 | B | 0 | 40 | 47 |
| Octal | 344 | 206 | 206 | 0 | 51 | 51 | 13 | 0 | 100 | 107 |
| Binary | 11100100 | 10000110 | 10000110 | 0 | 101001 | 101001 | 1011 | 0 | 1000000 | 1000111 |
Color Harmonies of #E48686
Complementary color
Monochromatic Colors of #E48686
Black with #E48686
Text Example
Text Example
White with #E48686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48686; }
p { color: rgb(228,134,134); }
H1.HeaderClassName
{
color: #E48686;
}
.AnyTagClassName
{
color: #E48686;
}
</style>
background-color css
<style>
a { background-color: #E48686; }
a { background-color: rgb(228,134,134); }
div.DivClassName
{
background-color: #E48686;
}
.BgClassName
{
background-color: #E48686;
}
</style>
border-color css
<style>
span { border-color: #E48686; }
span { border-color: rgb(228,134,134); }
td.TdClassName
{
border-color: #E48686;
}
.TagClassName
{
border-color: #E48686;
}
</style>