Shades of Sea Pink #E68A80
Tints of Sea Pink #E68A80
RGB
CMYK
RGB Variations
Color information
#E68A80 (or 0xE68A80) is known color: Sea Pink. HEX triplet: E6, 8A and 80. RGB value is (230,138,128). Sum of RGB (Red+Green+Blue) = 230+138+128=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A80 is #19757F. Grayscale: #A4A4A4. Windows color (decimal): -1668480 or 8424166. OLE color: 8424166.
HSL color Cylindrical-coordinate representation of color #E68A80: hue angle of 5.88º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68A80 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 128 | - |
| CMYK | 0 | 0.4 | 0.44 | 0.10 |
| HSL | 5.88º | 0.67% | 0.7% | - |
| HSV(B) | 5.88º | 0.44% | 0.9% | - |
| XYZ | 45.62 | 36.56 | 25.07 | - |
| YUV | 164.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 128 | 0 | 0.4 | 0.44 | 0.10 | 5.88 | 0.67 | 0.7 |
| Hex | E6 | 8A | 80 | 0 | 28 | 2C | A | 6 | 43 | 46 |
| Octal | 346 | 212 | 200 | 0 | 50 | 54 | 12 | 6 | 103 | 106 |
| Binary | 11100110 | 10001010 | 10000000 | 0 | 101000 | 101100 | 1010 | 110 | 1000011 | 1000110 |
Color Harmonies of #E68A80
Complementary color
Monochromatic Colors of #E68A80
Black with #E68A80
Text Example
Text Example
White with #E68A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A80; }
p { color: rgb(230,138,128); }
H1.HeaderClassName
{
color: #E68A80;
}
.AnyTagClassName
{
color: #E68A80;
}
</style>
background-color css
<style>
a { background-color: #E68A80; }
a { background-color: rgb(230,138,128); }
div.DivClassName
{
background-color: #E68A80;
}
.BgClassName
{
background-color: #E68A80;
}
</style>
border-color css
<style>
span { border-color: #E68A80; }
span { border-color: rgb(230,138,128); }
td.TdClassName
{
border-color: #E68A80;
}
.TagClassName
{
border-color: #E68A80;
}
</style>