Shades of Sea Pink #E68A81
Tints of Sea Pink #E68A81
RGB
CMYK
RGB Variations
Color information
#E68A81 (or 0xE68A81) is known color: Sea Pink. HEX triplet: E6, 8A and 81. RGB value is (230,138,129). Sum of RGB (Red+Green+Blue) = 230+138+129=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A81 is #19757E. Grayscale: #A4A4A4. Windows color (decimal): -1668479 or 8489702. OLE color: 8489702.
HSL color Cylindrical-coordinate representation of color #E68A81: hue angle of 5.35º 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 #E68A81 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 129 | - |
| CMYK | 0 | 0.4 | 0.44 | 0.10 |
| HSL | 5.35º | 0.67% | 0.7% | - |
| HSV(B) | 5.35º | 0.44% | 0.9% | - |
| XYZ | 45.68 | 36.58 | 25.42 | - |
| YUV | 164.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 129 | 0 | 0.4 | 0.44 | 0.10 | 5.35 | 0.67 | 0.7 |
| Hex | E6 | 8A | 81 | 0 | 28 | 2C | A | 5 | 43 | 46 |
| Octal | 346 | 212 | 201 | 0 | 50 | 54 | 12 | 5 | 103 | 106 |
| Binary | 11100110 | 10001010 | 10000001 | 0 | 101000 | 101100 | 1010 | 101 | 1000011 | 1000110 |
Color Harmonies of #E68A81
Complementary color
Monochromatic Colors of #E68A81
Black with #E68A81
Text Example
Text Example
White with #E68A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A81; }
p { color: rgb(230,138,129); }
H1.HeaderClassName
{
color: #E68A81;
}
.AnyTagClassName
{
color: #E68A81;
}
</style>
background-color css
<style>
a { background-color: #E68A81; }
a { background-color: rgb(230,138,129); }
div.DivClassName
{
background-color: #E68A81;
}
.BgClassName
{
background-color: #E68A81;
}
</style>
border-color css
<style>
span { border-color: #E68A81; }
span { border-color: rgb(230,138,129); }
td.TdClassName
{
border-color: #E68A81;
}
.TagClassName
{
border-color: #E68A81;
}
</style>