Shades of Sea Pink #E07D79
Tints of Sea Pink #E07D79
RGB
CMYK
RGB Variations
Color information
#E07D79 (or 0xE07D79) is known color: Sea Pink. HEX triplet: E0, 7D and 79. RGB value is (224,125,121). Sum of RGB (Red+Green+Blue) = 224+125+121=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D79 is #1F8286. Grayscale: #9A9A9A. Windows color (decimal): -2065031 or 7962080. OLE color: 7962080.
HSL color Cylindrical-coordinate representation of color #E07D79: hue angle of 2.33º 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 #E07D79 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 121 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.12 |
| HSL | 2.33º | 0.62% | 0.68% | - |
| HSV(B) | 2.33º | 0.46% | 0.88% | - |
| XYZ | 41.53 | 31.9 | 22.06 | - |
| YUV | 154.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 121 | 0 | 0.44 | 0.46 | 0.12 | 2.33 | 0.62 | 0.68 |
| Hex | E0 | 7D | 79 | 0 | 2C | 2E | C | 2 | 3E | 44 |
| Octal | 340 | 175 | 171 | 0 | 54 | 56 | 14 | 2 | 76 | 104 |
| Binary | 11100000 | 1111101 | 1111001 | 0 | 101100 | 101110 | 1100 | 10 | 111110 | 1000100 |
Color Harmonies of #E07D79
Complementary color
Monochromatic Colors of #E07D79
Black with #E07D79
Text Example
Text Example
White with #E07D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D79; }
p { color: rgb(224,125,121); }
H1.HeaderClassName
{
color: #E07D79;
}
.AnyTagClassName
{
color: #E07D79;
}
</style>
background-color css
<style>
a { background-color: #E07D79; }
a { background-color: rgb(224,125,121); }
div.DivClassName
{
background-color: #E07D79;
}
.BgClassName
{
background-color: #E07D79;
}
</style>
border-color css
<style>
span { border-color: #E07D79; }
span { border-color: rgb(224,125,121); }
td.TdClassName
{
border-color: #E07D79;
}
.TagClassName
{
border-color: #E07D79;
}
</style>