Shades of Sea Pink #E2807D
Tints of Sea Pink #E2807D
RGB
CMYK
RGB Variations
Color information
#E2807D (or 0xE2807D) is known color: Sea Pink. HEX triplet: E2, 80 and 7D. RGB value is (226,128,125). Sum of RGB (Red+Green+Blue) = 226+128+125=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2807D is #1D7F82. Grayscale: #9D9D9D. Windows color (decimal): -1933187 or 8224994. OLE color: 8224994.
HSL color Cylindrical-coordinate representation of color #E2807D: hue angle of 1.78º 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 #E2807D is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 125 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.11 |
| HSL | 1.78º | 0.64% | 0.69% | - |
| HSV(B) | 1.78º | 0.45% | 0.89% | - |
| XYZ | 42.78 | 33.09 | 23.53 | - |
| YUV | 156.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 125 | 0 | 0.43 | 0.45 | 0.11 | 1.78 | 0.64 | 0.69 |
| Hex | E2 | 80 | 7D | 0 | 2B | 2D | B | 2 | 40 | 45 |
| Octal | 342 | 200 | 175 | 0 | 53 | 55 | 13 | 2 | 100 | 105 |
| Binary | 11100010 | 10000000 | 1111101 | 0 | 101011 | 101101 | 1011 | 10 | 1000000 | 1000101 |
Color Harmonies of #E2807D
Complementary color
Monochromatic Colors of #E2807D
Black with #E2807D
Text Example
Text Example
White with #E2807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2807D; }
p { color: rgb(226,128,125); }
H1.HeaderClassName
{
color: #E2807D;
}
.AnyTagClassName
{
color: #E2807D;
}
</style>
background-color css
<style>
a { background-color: #E2807D; }
a { background-color: rgb(226,128,125); }
div.DivClassName
{
background-color: #E2807D;
}
.BgClassName
{
background-color: #E2807D;
}
</style>
border-color css
<style>
span { border-color: #E2807D; }
span { border-color: rgb(226,128,125); }
td.TdClassName
{
border-color: #E2807D;
}
.TagClassName
{
border-color: #E2807D;
}
</style>