Shades of Sea Pink #E5867D
Tints of Sea Pink #E5867D
RGB
CMYK
RGB Variations
Color information
#E5867D (or 0xE5867D) is known color: Sea Pink. HEX triplet: E5, 86 and 7D. RGB value is (229,134,125). Sum of RGB (Red+Green+Blue) = 229+134+125=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5867D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5867D is #1A7982. Grayscale: #A1A1A1. Windows color (decimal): -1735043 or 8226533. OLE color: 8226533.
HSL color Cylindrical-coordinate representation of color #E5867D: hue angle of 5.19º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5867D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 125 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.10 |
| HSL | 5.19º | 0.67% | 0.69% | - |
| HSV(B) | 5.19º | 0.45% | 0.9% | - |
| XYZ | 44.54 | 35.19 | 23.85 | - |
| YUV | 161.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 125 | 0 | 0.41 | 0.45 | 0.10 | 5.19 | 0.67 | 0.69 |
| Hex | E5 | 86 | 7D | 0 | 29 | 2D | A | 5 | 43 | 45 |
| Octal | 345 | 206 | 175 | 0 | 51 | 55 | 12 | 5 | 103 | 105 |
| Binary | 11100101 | 10000110 | 1111101 | 0 | 101001 | 101101 | 1010 | 101 | 1000011 | 1000101 |
Color Harmonies of #E5867D
Complementary color
Monochromatic Colors of #E5867D
Black with #E5867D
Text Example
Text Example
White with #E5867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5867D; }
p { color: rgb(229,134,125); }
H1.HeaderClassName
{
color: #E5867D;
}
.AnyTagClassName
{
color: #E5867D;
}
</style>
background-color css
<style>
a { background-color: #E5867D; }
a { background-color: rgb(229,134,125); }
div.DivClassName
{
background-color: #E5867D;
}
.BgClassName
{
background-color: #E5867D;
}
</style>
border-color css
<style>
span { border-color: #E5867D; }
span { border-color: rgb(229,134,125); }
td.TdClassName
{
border-color: #E5867D;
}
.TagClassName
{
border-color: #E5867D;
}
</style>