Shades of Sea Pink #E28484
Tints of Sea Pink #E28484
RGB
CMYK
RGB Variations
Color information
#E28484 (or 0xE28484) is known color: Sea Pink. HEX triplet: E2, 84 and 84. RGB value is (226,132,132). Sum of RGB (Red+Green+Blue) = 226+132+132=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E28484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28484 is #1D7B7B. Grayscale: #A0A0A0. Windows color (decimal): -1932156 or 8684770. OLE color: 8684770.
HSL color Cylindrical-coordinate representation of color #E28484: hue angle of 0º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28484 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 132 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.11 |
| HSL | 0º | 0.62% | 0.7% | - |
| HSV(B) | 0º | 0.42% | 0.89% | - |
| XYZ | 43.78 | 34.34 | 26.15 | - |
| YUV | 160.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 132 | 0 | 0.42 | 0.42 | 0.11 | 0 | 0.62 | 0.7 |
| Hex | E2 | 84 | 84 | 0 | 2A | 2A | B | 0 | 3E | 46 |
| Octal | 342 | 204 | 204 | 0 | 52 | 52 | 13 | 0 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10000100 | 0 | 101010 | 101010 | 1011 | 0 | 111110 | 1000110 |
Color Harmonies of #E28484
Complementary color
Monochromatic Colors of #E28484
Black with #E28484
Text Example
Text Example
White with #E28484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28484; }
p { color: rgb(226,132,132); }
H1.HeaderClassName
{
color: #E28484;
}
.AnyTagClassName
{
color: #E28484;
}
</style>
background-color css
<style>
a { background-color: #E28484; }
a { background-color: rgb(226,132,132); }
div.DivClassName
{
background-color: #E28484;
}
.BgClassName
{
background-color: #E28484;
}
</style>
border-color css
<style>
span { border-color: #E28484; }
span { border-color: rgb(226,132,132); }
td.TdClassName
{
border-color: #E28484;
}
.TagClassName
{
border-color: #E28484;
}
</style>