Shades of Sea Pink #E58A80
Tints of Sea Pink #E58A80
RGB
CMYK
RGB Variations
Color information
#E58A80 (or 0xE58A80) is known color: Sea Pink. HEX triplet: E5, 8A and 80. RGB value is (229,138,128). Sum of RGB (Red+Green+Blue) = 229+138+128=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58A80 is #1A757F. Grayscale: #A4A4A4. Windows color (decimal): -1734016 or 8424165. OLE color: 8424165.
HSL color Cylindrical-coordinate representation of color #E58A80: hue angle of 5.94º degrees, saturation: 0.66, 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 #E58A80 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 128 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.10 |
| HSL | 5.94º | 0.66% | 0.7% | - |
| HSV(B) | 5.94º | 0.44% | 0.9% | - |
| XYZ | 45.3 | 36.39 | 25.06 | - |
| YUV | 164.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 128 | 0 | 0.40 | 0.44 | 0.10 | 5.94 | 0.66 | 0.7 |
| Hex | E5 | 8A | 80 | 0 | 28 | 2C | A | 6 | 42 | 46 |
| Octal | 345 | 212 | 200 | 0 | 50 | 54 | 12 | 6 | 102 | 106 |
| Binary | 11100101 | 10001010 | 10000000 | 0 | 101000 | 101100 | 1010 | 110 | 1000010 | 1000110 |
Color Harmonies of #E58A80
Complementary color
Monochromatic Colors of #E58A80
Black with #E58A80
Text Example
Text Example
White with #E58A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58A80; }
p { color: rgb(229,138,128); }
H1.HeaderClassName
{
color: #E58A80;
}
.AnyTagClassName
{
color: #E58A80;
}
</style>
background-color css
<style>
a { background-color: #E58A80; }
a { background-color: rgb(229,138,128); }
div.DivClassName
{
background-color: #E58A80;
}
.BgClassName
{
background-color: #E58A80;
}
</style>
border-color css
<style>
span { border-color: #E58A80; }
span { border-color: rgb(229,138,128); }
td.TdClassName
{
border-color: #E58A80;
}
.TagClassName
{
border-color: #E58A80;
}
</style>