Shades of Sea Pink #E58484
Tints of Sea Pink #E58484
RGB
CMYK
RGB Variations
Color information
#E58484 (or 0xE58484) is known color: Sea Pink. HEX triplet: E5, 84 and 84. RGB value is (229,132,132). Sum of RGB (Red+Green+Blue) = 229+132+132=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E58484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58484 is #1A7B7B. Grayscale: #A1A1A1. Windows color (decimal): -1735548 or 8684773. OLE color: 8684773.
HSL color Cylindrical-coordinate representation of color #E58484: hue angle of 0º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E58484 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 132 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.10 |
| HSL | 0º | 0.65% | 0.71% | - |
| HSV(B) | 0º | 0.42% | 0.9% | - |
| XYZ | 44.73 | 34.83 | 26.19 | - |
| YUV | 161 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 132 | 0 | 0.42 | 0.42 | 0.10 | 0 | 0.65 | 0.71 |
| Hex | E5 | 84 | 84 | 0 | 2A | 2A | A | 0 | 41 | 47 |
| Octal | 345 | 204 | 204 | 0 | 52 | 52 | 12 | 0 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10000100 | 0 | 101010 | 101010 | 1010 | 0 | 1000001 | 1000111 |
Color Harmonies of #E58484
Complementary color
Monochromatic Colors of #E58484
Black with #E58484
Text Example
Text Example
White with #E58484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58484; }
p { color: rgb(229,132,132); }
H1.HeaderClassName
{
color: #E58484;
}
.AnyTagClassName
{
color: #E58484;
}
</style>
background-color css
<style>
a { background-color: #E58484; }
a { background-color: rgb(229,132,132); }
div.DivClassName
{
background-color: #E58484;
}
.BgClassName
{
background-color: #E58484;
}
</style>
border-color css
<style>
span { border-color: #E58484; }
span { border-color: rgb(229,132,132); }
td.TdClassName
{
border-color: #E58484;
}
.TagClassName
{
border-color: #E58484;
}
</style>