Shades of Sea Pink #E0807A
Tints of Sea Pink #E0807A
RGB
CMYK
RGB Variations
Color information
#E0807A (or 0xE0807A) is known color: Sea Pink. HEX triplet: E0, 80 and 7A. RGB value is (224,128,122). Sum of RGB (Red+Green+Blue) = 224+128+122=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807A is #1F7F85. Grayscale: #9C9C9C. Windows color (decimal): -2064262 or 8028384. OLE color: 8028384.
HSL color Cylindrical-coordinate representation of color #E0807A: hue angle of 3.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0807A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 122 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.12 |
| HSL | 3.53º | 0.62% | 0.68% | - |
| HSV(B) | 3.53º | 0.46% | 0.88% | - |
| XYZ | 41.97 | 32.69 | 22.51 | - |
| YUV | 156.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 122 | 0 | 0.43 | 0.46 | 0.12 | 3.53 | 0.62 | 0.68 |
| Hex | E0 | 80 | 7A | 0 | 2B | 2E | C | 4 | 3E | 44 |
| Octal | 340 | 200 | 172 | 0 | 53 | 56 | 14 | 4 | 76 | 104 |
| Binary | 11100000 | 10000000 | 1111010 | 0 | 101011 | 101110 | 1100 | 100 | 111110 | 1000100 |
Color Harmonies of #E0807A
Complementary color
Monochromatic Colors of #E0807A
Black with #E0807A
Text Example
Text Example
White with #E0807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0807A; }
p { color: rgb(224,128,122); }
H1.HeaderClassName
{
color: #E0807A;
}
.AnyTagClassName
{
color: #E0807A;
}
</style>
background-color css
<style>
a { background-color: #E0807A; }
a { background-color: rgb(224,128,122); }
div.DivClassName
{
background-color: #E0807A;
}
.BgClassName
{
background-color: #E0807A;
}
</style>
border-color css
<style>
span { border-color: #E0807A; }
span { border-color: rgb(224,128,122); }
td.TdClassName
{
border-color: #E0807A;
}
.TagClassName
{
border-color: #E0807A;
}
</style>