Shades of Sea Pink #E07F7C
Tints of Sea Pink #E07F7C
RGB
CMYK
RGB Variations
Color information
#E07F7C (or 0xE07F7C) is known color: Sea Pink. HEX triplet: E0, 7F and 7C. RGB value is (224,127,124). Sum of RGB (Red+Green+Blue) = 224+127+124=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F7C is #1F8083. Grayscale: #9B9B9B. Windows color (decimal): -2064516 or 8159200. OLE color: 8159200.
HSL color Cylindrical-coordinate representation of color #E07F7C: hue angle of 1.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07F7C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 124 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.12 |
| HSL | 1.8º | 0.62% | 0.68% | - |
| HSV(B) | 1.8º | 0.45% | 0.88% | - |
| XYZ | 41.97 | 32.48 | 23.13 | - |
| YUV | 155.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 124 | 0 | 0.43 | 0.45 | 0.12 | 1.8 | 0.62 | 0.68 |
| Hex | E0 | 7F | 7C | 0 | 2B | 2D | C | 2 | 3E | 44 |
| Octal | 340 | 177 | 174 | 0 | 53 | 55 | 14 | 2 | 76 | 104 |
| Binary | 11100000 | 1111111 | 1111100 | 0 | 101011 | 101101 | 1100 | 10 | 111110 | 1000100 |
Color Harmonies of #E07F7C
Complementary color
Monochromatic Colors of #E07F7C
Black with #E07F7C
Text Example
Text Example
White with #E07F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F7C; }
p { color: rgb(224,127,124); }
H1.HeaderClassName
{
color: #E07F7C;
}
.AnyTagClassName
{
color: #E07F7C;
}
</style>
background-color css
<style>
a { background-color: #E07F7C; }
a { background-color: rgb(224,127,124); }
div.DivClassName
{
background-color: #E07F7C;
}
.BgClassName
{
background-color: #E07F7C;
}
</style>
border-color css
<style>
span { border-color: #E07F7C; }
span { border-color: rgb(224,127,124); }
td.TdClassName
{
border-color: #E07F7C;
}
.TagClassName
{
border-color: #E07F7C;
}
</style>