Shades of Sea Pink #E2817E
Tints of Sea Pink #E2817E
RGB
CMYK
RGB Variations
Color information
#E2817E (or 0xE2817E) is known color: Sea Pink. HEX triplet: E2, 81 and 7E. RGB value is (226,129,126). Sum of RGB (Red+Green+Blue) = 226+129+126=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2817E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2817E is #1D7E81. Grayscale: #9D9D9D. Windows color (decimal): -1932930 or 8290786. OLE color: 8290786.
HSL color Cylindrical-coordinate representation of color #E2817E: hue angle of 1.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2817E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 126 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.11 |
| HSL | 1.8º | 0.63% | 0.69% | - |
| HSV(B) | 1.8º | 0.44% | 0.89% | - |
| XYZ | 42.98 | 33.38 | 23.92 | - |
| YUV | 157.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 126 | 0 | 0.43 | 0.44 | 0.11 | 1.8 | 0.63 | 0.69 |
| Hex | E2 | 81 | 7E | 0 | 2B | 2C | B | 2 | 3F | 45 |
| Octal | 342 | 201 | 176 | 0 | 53 | 54 | 13 | 2 | 77 | 105 |
| Binary | 11100010 | 10000001 | 1111110 | 0 | 101011 | 101100 | 1011 | 10 | 111111 | 1000101 |
Color Harmonies of #E2817E
Complementary color
Monochromatic Colors of #E2817E
Black with #E2817E
Text Example
Text Example
White with #E2817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2817E; }
p { color: rgb(226,129,126); }
H1.HeaderClassName
{
color: #E2817E;
}
.AnyTagClassName
{
color: #E2817E;
}
</style>
background-color css
<style>
a { background-color: #E2817E; }
a { background-color: rgb(226,129,126); }
div.DivClassName
{
background-color: #E2817E;
}
.BgClassName
{
background-color: #E2817E;
}
</style>
border-color css
<style>
span { border-color: #E2817E; }
span { border-color: rgb(226,129,126); }
td.TdClassName
{
border-color: #E2817E;
}
.TagClassName
{
border-color: #E2817E;
}
</style>