Shades of Sea Pink #E68882
Tints of Sea Pink #E68882
RGB
CMYK
RGB Variations
Color information
#E68882 (or 0xE68882) is known color: Sea Pink. HEX triplet: E6, 88 and 82. RGB value is (230,136,130). Sum of RGB (Red+Green+Blue) = 230+136+130=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E68882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68882 is #19777D. Grayscale: #A3A3A3. Windows color (decimal): -1668990 or 8554726. OLE color: 8554726.
HSL color Cylindrical-coordinate representation of color #E68882: hue angle of 3.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68882 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 130 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.10 |
| HSL | 3.6º | 0.67% | 0.71% | - |
| HSV(B) | 3.6º | 0.43% | 0.9% | - |
| XYZ | 45.47 | 36.04 | 25.68 | - |
| YUV | 163.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 130 | 0 | 0.41 | 0.43 | 0.10 | 3.6 | 0.67 | 0.71 |
| Hex | E6 | 88 | 82 | 0 | 29 | 2B | A | 4 | 43 | 47 |
| Octal | 346 | 210 | 202 | 0 | 51 | 53 | 12 | 4 | 103 | 107 |
| Binary | 11100110 | 10001000 | 10000010 | 0 | 101001 | 101011 | 1010 | 100 | 1000011 | 1000111 |
Color Harmonies of #E68882
Complementary color
Monochromatic Colors of #E68882
Black with #E68882
Text Example
Text Example
White with #E68882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68882; }
p { color: rgb(230,136,130); }
H1.HeaderClassName
{
color: #E68882;
}
.AnyTagClassName
{
color: #E68882;
}
</style>
background-color css
<style>
a { background-color: #E68882; }
a { background-color: rgb(230,136,130); }
div.DivClassName
{
background-color: #E68882;
}
.BgClassName
{
background-color: #E68882;
}
</style>
border-color css
<style>
span { border-color: #E68882; }
span { border-color: rgb(230,136,130); }
td.TdClassName
{
border-color: #E68882;
}
.TagClassName
{
border-color: #E68882;
}
</style>