Shades of Sea Pink #E07F7D
Tints of Sea Pink #E07F7D
RGB
CMYK
RGB Variations
Color information
#E07F7D (or 0xE07F7D) is known color: Sea Pink. HEX triplet: E0, 7F and 7D. RGB value is (224,127,125). Sum of RGB (Red+Green+Blue) = 224+127+125=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F7D is #1F8082. Grayscale: #9B9B9B. Windows color (decimal): -2064515 or 8224736. OLE color: 8224736.
HSL color Cylindrical-coordinate representation of color #E07F7D: hue angle of 1.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07F7D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 127 | 125 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.12 |
| HSL | 1.21º | 0.61% | 0.68% | - |
| HSV(B) | 1.21º | 0.44% | 0.88% | - |
| XYZ | 42.03 | 32.51 | 23.46 | - |
| YUV | 155.78 | 110.64 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 125 | 0 | 0.43 | 0.44 | 0.12 | 1.21 | 0.61 | 0.68 |
| Hex | E0 | 7F | 7D | 0 | 2B | 2C | C | 1 | 3D | 44 |
| Octal | 340 | 177 | 175 | 0 | 53 | 54 | 14 | 1 | 75 | 104 |
| Binary | 11100000 | 1111111 | 1111101 | 0 | 101011 | 101100 | 1100 | 1 | 111101 | 1000100 |
Color Harmonies of #E07F7D
Complementary color
Monochromatic Colors of #E07F7D
Black with #E07F7D
Text Example
Text Example
White with #E07F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07F7D; }
p { color: rgb(224,127,125); }
H1.HeaderClassName
{
color: #E07F7D;
}
.AnyTagClassName
{
color: #E07F7D;
}
</style>
background-color css
<style>
a { background-color: #E07F7D; }
a { background-color: rgb(224,127,125); }
div.DivClassName
{
background-color: #E07F7D;
}
.BgClassName
{
background-color: #E07F7D;
}
</style>
border-color css
<style>
span { border-color: #E07F7D; }
span { border-color: rgb(224,127,125); }
td.TdClassName
{
border-color: #E07F7D;
}
.TagClassName
{
border-color: #E07F7D;
}
</style>