Shades of Sea Pink #E1807E
Tints of Sea Pink #E1807E
RGB
CMYK
RGB Variations
Color information
#E1807E (or 0xE1807E) is known color: Sea Pink. HEX triplet: E1, 80 and 7E. RGB value is (225,128,126). Sum of RGB (Red+Green+Blue) = 225+128+126=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1807E is #1E7F81. Grayscale: #9C9C9C. Windows color (decimal): -1998722 or 8290529. OLE color: 8290529.
HSL color Cylindrical-coordinate representation of color #E1807E: hue angle of 1.21º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1807E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 126 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.12 |
| HSL | 1.21º | 0.62% | 0.69% | - |
| HSV(B) | 1.21º | 0.44% | 0.88% | - |
| XYZ | 42.54 | 32.95 | 23.86 | - |
| YUV | 156.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 126 | 0 | 0.43 | 0.44 | 0.12 | 1.21 | 0.62 | 0.69 |
| Hex | E1 | 80 | 7E | 0 | 2B | 2C | C | 1 | 3E | 45 |
| Octal | 341 | 200 | 176 | 0 | 53 | 54 | 14 | 1 | 76 | 105 |
| Binary | 11100001 | 10000000 | 1111110 | 0 | 101011 | 101100 | 1100 | 1 | 111110 | 1000101 |
Color Harmonies of #E1807E
Complementary color
Monochromatic Colors of #E1807E
Black with #E1807E
Text Example
Text Example
White with #E1807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1807E; }
p { color: rgb(225,128,126); }
H1.HeaderClassName
{
color: #E1807E;
}
.AnyTagClassName
{
color: #E1807E;
}
</style>
background-color css
<style>
a { background-color: #E1807E; }
a { background-color: rgb(225,128,126); }
div.DivClassName
{
background-color: #E1807E;
}
.BgClassName
{
background-color: #E1807E;
}
</style>
border-color css
<style>
span { border-color: #E1807E; }
span { border-color: rgb(225,128,126); }
td.TdClassName
{
border-color: #E1807E;
}
.TagClassName
{
border-color: #E1807E;
}
</style>