Shades of Sea Pink #E1827A
Tints of Sea Pink #E1827A
RGB
CMYK
RGB Variations
Color information
#E1827A (or 0xE1827A) is known color: Sea Pink. HEX triplet: E1, 82 and 7A. RGB value is (225,130,122). Sum of RGB (Red+Green+Blue) = 225+130+122=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E1827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1827A is #1E7D85. Grayscale: #9D9D9D. Windows color (decimal): -1998214 or 8028897. OLE color: 8028897.
HSL color Cylindrical-coordinate representation of color #E1827A: hue angle of 4.66º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1827A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 122 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.12 |
| HSL | 4.66º | 0.63% | 0.68% | - |
| HSV(B) | 4.66º | 0.46% | 0.88% | - |
| XYZ | 42.55 | 33.38 | 22.61 | - |
| YUV | 157.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 122 | 0 | 0.42 | 0.46 | 0.12 | 4.66 | 0.63 | 0.68 |
| Hex | E1 | 82 | 7A | 0 | 2A | 2E | C | 5 | 3F | 44 |
| Octal | 341 | 202 | 172 | 0 | 52 | 56 | 14 | 5 | 77 | 104 |
| Binary | 11100001 | 10000010 | 1111010 | 0 | 101010 | 101110 | 1100 | 101 | 111111 | 1000100 |
Color Harmonies of #E1827A
Complementary color
Monochromatic Colors of #E1827A
Black with #E1827A
Text Example
Text Example
White with #E1827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1827A; }
p { color: rgb(225,130,122); }
H1.HeaderClassName
{
color: #E1827A;
}
.AnyTagClassName
{
color: #E1827A;
}
</style>
background-color css
<style>
a { background-color: #E1827A; }
a { background-color: rgb(225,130,122); }
div.DivClassName
{
background-color: #E1827A;
}
.BgClassName
{
background-color: #E1827A;
}
</style>
border-color css
<style>
span { border-color: #E1827A; }
span { border-color: rgb(225,130,122); }
td.TdClassName
{
border-color: #E1827A;
}
.TagClassName
{
border-color: #E1827A;
}
</style>