Shades of Sea Pink #E2817D
Tints of Sea Pink #E2817D
RGB
CMYK
RGB Variations
Color information
#E2817D (or 0xE2817D) is known color: Sea Pink. HEX triplet: E2, 81 and 7D. RGB value is (226,129,125). Sum of RGB (Red+Green+Blue) = 226+129+125=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2817D is #1D7E82. Grayscale: #9D9D9D. Windows color (decimal): -1932931 or 8225250. OLE color: 8225250.
HSL color Cylindrical-coordinate representation of color #E2817D: hue angle of 2.38º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2817D is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 125 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.11 |
| HSL | 2.38º | 0.64% | 0.69% | - |
| HSV(B) | 2.38º | 0.45% | 0.89% | - |
| XYZ | 42.92 | 33.35 | 23.58 | - |
| YUV | 157.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 125 | 0 | 0.43 | 0.45 | 0.11 | 2.38 | 0.64 | 0.69 |
| Hex | E2 | 81 | 7D | 0 | 2B | 2D | B | 2 | 40 | 45 |
| Octal | 342 | 201 | 175 | 0 | 53 | 55 | 13 | 2 | 100 | 105 |
| Binary | 11100010 | 10000001 | 1111101 | 0 | 101011 | 101101 | 1011 | 10 | 1000000 | 1000101 |
Color Harmonies of #E2817D
Complementary color
Monochromatic Colors of #E2817D
Black with #E2817D
Text Example
Text Example
White with #E2817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2817D; }
p { color: rgb(226,129,125); }
H1.HeaderClassName
{
color: #E2817D;
}
.AnyTagClassName
{
color: #E2817D;
}
</style>
background-color css
<style>
a { background-color: #E2817D; }
a { background-color: rgb(226,129,125); }
div.DivClassName
{
background-color: #E2817D;
}
.BgClassName
{
background-color: #E2817D;
}
</style>
border-color css
<style>
span { border-color: #E2817D; }
span { border-color: rgb(226,129,125); }
td.TdClassName
{
border-color: #E2817D;
}
.TagClassName
{
border-color: #E2817D;
}
</style>