Shades of Sea Pink #E0807F
Tints of Sea Pink #E0807F
RGB
CMYK
RGB Variations
Color information
#E0807F (or 0xE0807F) is known color: Sea Pink. HEX triplet: E0, 80 and 7F. RGB value is (224,128,127). Sum of RGB (Red+Green+Blue) = 224+128+127=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0807F is #1F7F80. Grayscale: #9C9C9C. Windows color (decimal): -2064257 or 8356064. OLE color: 8356064.
HSL color Cylindrical-coordinate representation of color #E0807F: hue angle of 0.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0807F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 128 | 127 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.12 |
| HSL | 0.62º | 0.61% | 0.69% | - |
| HSV(B) | 0.62º | 0.43% | 0.88% | - |
| XYZ | 42.29 | 32.82 | 24.18 | - |
| YUV | 156.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 128 | 127 | 0 | 0.43 | 0.43 | 0.12 | 0.62 | 0.61 | 0.69 |
| Hex | E0 | 80 | 7F | 0 | 2B | 2B | C | 1 | 3D | 45 |
| Octal | 340 | 200 | 177 | 0 | 53 | 53 | 14 | 1 | 75 | 105 |
| Binary | 11100000 | 10000000 | 1111111 | 0 | 101011 | 101011 | 1100 | 1 | 111101 | 1000101 |
Color Harmonies of #E0807F
Complementary color
Monochromatic Colors of #E0807F
Black with #E0807F
Text Example
Text Example
White with #E0807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0807F; }
p { color: rgb(224,128,127); }
H1.HeaderClassName
{
color: #E0807F;
}
.AnyTagClassName
{
color: #E0807F;
}
</style>
background-color css
<style>
a { background-color: #E0807F; }
a { background-color: rgb(224,128,127); }
div.DivClassName
{
background-color: #E0807F;
}
.BgClassName
{
background-color: #E0807F;
}
</style>
border-color css
<style>
span { border-color: #E0807F; }
span { border-color: rgb(224,128,127); }
td.TdClassName
{
border-color: #E0807F;
}
.TagClassName
{
border-color: #E0807F;
}
</style>