Shades of Sea Pink #E1807A
Tints of Sea Pink #E1807A
RGB
CMYK
RGB Variations
Color information
#E1807A (or 0xE1807A) is known color: Sea Pink. HEX triplet: E1, 80 and 7A. RGB value is (225,128,122). Sum of RGB (Red+Green+Blue) = 225+128+122=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E1807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1807A is #1E7F85. Grayscale: #9C9C9C. Windows color (decimal): -1998726 or 8028385. OLE color: 8028385.
HSL color Cylindrical-coordinate representation of color #E1807A: hue angle of 3.5º degrees, saturation: 0.63, 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 #E1807A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 122 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.12 |
| HSL | 3.5º | 0.63% | 0.68% | - |
| HSV(B) | 3.5º | 0.46% | 0.88% | - |
| XYZ | 42.28 | 32.85 | 22.52 | - |
| YUV | 156.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 122 | 0 | 0.43 | 0.46 | 0.12 | 3.5 | 0.63 | 0.68 |
| Hex | E1 | 80 | 7A | 0 | 2B | 2E | C | 3 | 3F | 44 |
| Octal | 341 | 200 | 172 | 0 | 53 | 56 | 14 | 3 | 77 | 104 |
| Binary | 11100001 | 10000000 | 1111010 | 0 | 101011 | 101110 | 1100 | 11 | 111111 | 1000100 |
Color Harmonies of #E1807A
Complementary color
Monochromatic Colors of #E1807A
Black with #E1807A
Text Example
Text Example
White with #E1807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1807A; }
p { color: rgb(225,128,122); }
H1.HeaderClassName
{
color: #E1807A;
}
.AnyTagClassName
{
color: #E1807A;
}
</style>
background-color css
<style>
a { background-color: #E1807A; }
a { background-color: rgb(225,128,122); }
div.DivClassName
{
background-color: #E1807A;
}
.BgClassName
{
background-color: #E1807A;
}
</style>
border-color css
<style>
span { border-color: #E1807A; }
span { border-color: rgb(225,128,122); }
td.TdClassName
{
border-color: #E1807A;
}
.TagClassName
{
border-color: #E1807A;
}
</style>