Shades of Sea Pink #E07C7A
Tints of Sea Pink #E07C7A
RGB
CMYK
RGB Variations
Color information
#E07C7A (or 0xE07C7A) is known color: Sea Pink. HEX triplet: E0, 7C and 7A. RGB value is (224,124,122). Sum of RGB (Red+Green+Blue) = 224+124+122=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C7A is #1F8385. Grayscale: #999999. Windows color (decimal): -2065286 or 8027360. OLE color: 8027360.
HSL color Cylindrical-coordinate representation of color #E07C7A: hue angle of 1.18º 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 #E07C7A is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 122 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.12 |
| HSL | 1.18º | 0.62% | 0.68% | - |
| HSV(B) | 1.18º | 0.46% | 0.88% | - |
| XYZ | 41.46 | 31.67 | 22.34 | - |
| YUV | 153.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 122 | 0 | 0.45 | 0.46 | 0.12 | 1.18 | 0.62 | 0.68 |
| Hex | E0 | 7C | 7A | 0 | 2D | 2E | C | 1 | 3E | 44 |
| Octal | 340 | 174 | 172 | 0 | 55 | 56 | 14 | 1 | 76 | 104 |
| Binary | 11100000 | 1111100 | 1111010 | 0 | 101101 | 101110 | 1100 | 1 | 111110 | 1000100 |
Color Harmonies of #E07C7A
Complementary color
Monochromatic Colors of #E07C7A
Black with #E07C7A
Text Example
Text Example
White with #E07C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C7A; }
p { color: rgb(224,124,122); }
H1.HeaderClassName
{
color: #E07C7A;
}
.AnyTagClassName
{
color: #E07C7A;
}
</style>
background-color css
<style>
a { background-color: #E07C7A; }
a { background-color: rgb(224,124,122); }
div.DivClassName
{
background-color: #E07C7A;
}
.BgClassName
{
background-color: #E07C7A;
}
</style>
border-color css
<style>
span { border-color: #E07C7A; }
span { border-color: rgb(224,124,122); }
td.TdClassName
{
border-color: #E07C7A;
}
.TagClassName
{
border-color: #E07C7A;
}
</style>