Shades of Sea Pink #E0867D
Tints of Sea Pink #E0867D
RGB
CMYK
RGB Variations
Color information
#E0867D (or 0xE0867D) is known color: Sea Pink. HEX triplet: E0, 86 and 7D. RGB value is (224,134,125). Sum of RGB (Red+Green+Blue) = 224+134+125=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0867D is #1F7982. Grayscale: #A0A0A0. Windows color (decimal): -2062723 or 8226528. OLE color: 8226528.
HSL color Cylindrical-coordinate representation of color #E0867D: hue angle of 5.45º 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 #E0867D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 125 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.12 |
| HSL | 5.45º | 0.61% | 0.68% | - |
| HSV(B) | 5.45º | 0.44% | 0.88% | - |
| XYZ | 42.97 | 34.38 | 23.77 | - |
| YUV | 159.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 125 | 0 | 0.40 | 0.44 | 0.12 | 5.45 | 0.61 | 0.68 |
| Hex | E0 | 86 | 7D | 0 | 28 | 2C | C | 5 | 3D | 44 |
| Octal | 340 | 206 | 175 | 0 | 50 | 54 | 14 | 5 | 75 | 104 |
| Binary | 11100000 | 10000110 | 1111101 | 0 | 101000 | 101100 | 1100 | 101 | 111101 | 1000100 |
Color Harmonies of #E0867D
Complementary color
Monochromatic Colors of #E0867D
Black with #E0867D
Text Example
Text Example
White with #E0867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0867D; }
p { color: rgb(224,134,125); }
H1.HeaderClassName
{
color: #E0867D;
}
.AnyTagClassName
{
color: #E0867D;
}
</style>
background-color css
<style>
a { background-color: #E0867D; }
a { background-color: rgb(224,134,125); }
div.DivClassName
{
background-color: #E0867D;
}
.BgClassName
{
background-color: #E0867D;
}
</style>
border-color css
<style>
span { border-color: #E0867D; }
span { border-color: rgb(224,134,125); }
td.TdClassName
{
border-color: #E0867D;
}
.TagClassName
{
border-color: #E0867D;
}
</style>