Shades of Sea Pink #E2827B
Tints of Sea Pink #E2827B
RGB
CMYK
RGB Variations
Color information
#E2827B (or 0xE2827B) is known color: Sea Pink. HEX triplet: E2, 82 and 7B. RGB value is (226,130,123). Sum of RGB (Red+Green+Blue) = 226+130+123=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E2827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2827B is #1D7D84. Grayscale: #9E9E9E. Windows color (decimal): -1932677 or 8094434. OLE color: 8094434.
HSL color Cylindrical-coordinate representation of color #E2827B: hue angle of 4.08º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2827B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 123 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.11 |
| HSL | 4.08º | 0.64% | 0.68% | - |
| HSV(B) | 4.08º | 0.46% | 0.89% | - |
| XYZ | 42.92 | 33.56 | 22.96 | - |
| YUV | 157.91 | 108.3 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 123 | 0 | 0.42 | 0.46 | 0.11 | 4.08 | 0.64 | 0.68 |
| Hex | E2 | 82 | 7B | 0 | 2A | 2E | B | 4 | 40 | 44 |
| Octal | 342 | 202 | 173 | 0 | 52 | 56 | 13 | 4 | 100 | 104 |
| Binary | 11100010 | 10000010 | 1111011 | 0 | 101010 | 101110 | 1011 | 100 | 1000000 | 1000100 |
Color Harmonies of #E2827B
Complementary color
Monochromatic Colors of #E2827B
Black with #E2827B
Text Example
Text Example
White with #E2827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2827B; }
p { color: rgb(226,130,123); }
H1.HeaderClassName
{
color: #E2827B;
}
.AnyTagClassName
{
color: #E2827B;
}
</style>
background-color css
<style>
a { background-color: #E2827B; }
a { background-color: rgb(226,130,123); }
div.DivClassName
{
background-color: #E2827B;
}
.BgClassName
{
background-color: #E2827B;
}
</style>
border-color css
<style>
span { border-color: #E2827B; }
span { border-color: rgb(226,130,123); }
td.TdClassName
{
border-color: #E2827B;
}
.TagClassName
{
border-color: #E2827B;
}
</style>