Shades of Sea Pink #E08582
Tints of Sea Pink #E08582
RGB
CMYK
RGB Variations
Color information
#E08582 (or 0xE08582) is known color: Sea Pink. HEX triplet: E0, 85 and 82. RGB value is (224,133,130). Sum of RGB (Red+Green+Blue) = 224+133+130=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E08582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08582 is #1F7A7D. Grayscale: #9F9F9F. Windows color (decimal): -2062974 or 8553952. OLE color: 8553952.
HSL color Cylindrical-coordinate representation of color #E08582: hue angle of 1.91º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08582 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 130 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.12 |
| HSL | 1.91º | 0.6% | 0.69% | - |
| HSV(B) | 1.91º | 0.42% | 0.88% | - |
| XYZ | 43.16 | 34.23 | 25.45 | - |
| YUV | 159.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 130 | 0 | 0.41 | 0.42 | 0.12 | 1.91 | 0.6 | 0.69 |
| Hex | E0 | 85 | 82 | 0 | 29 | 2A | C | 2 | 3C | 45 |
| Octal | 340 | 205 | 202 | 0 | 51 | 52 | 14 | 2 | 74 | 105 |
| Binary | 11100000 | 10000101 | 10000010 | 0 | 101001 | 101010 | 1100 | 10 | 111100 | 1000101 |
Color Harmonies of #E08582
Complementary color
Monochromatic Colors of #E08582
Black with #E08582
Text Example
Text Example
White with #E08582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08582; }
p { color: rgb(224,133,130); }
H1.HeaderClassName
{
color: #E08582;
}
.AnyTagClassName
{
color: #E08582;
}
</style>
background-color css
<style>
a { background-color: #E08582; }
a { background-color: rgb(224,133,130); }
div.DivClassName
{
background-color: #E08582;
}
.BgClassName
{
background-color: #E08582;
}
</style>
border-color css
<style>
span { border-color: #E08582; }
span { border-color: rgb(224,133,130); }
td.TdClassName
{
border-color: #E08582;
}
.TagClassName
{
border-color: #E08582;
}
</style>