Shades of Sea Pink #E18484
Tints of Sea Pink #E18484
RGB
CMYK
RGB Variations
Color information
#E18484 (or 0xE18484) is known color: Sea Pink. HEX triplet: E1, 84 and 84. RGB value is (225,132,132). Sum of RGB (Red+Green+Blue) = 225+132+132=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E18484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18484 is #1E7B7B. Grayscale: #9F9F9F. Windows color (decimal): -1997692 or 8684769. OLE color: 8684769.
HSL color Cylindrical-coordinate representation of color #E18484: hue angle of 0º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E18484 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 132 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.12 |
| HSL | 0º | 0.61% | 0.7% | - |
| HSV(B) | 0º | 0.41% | 0.88% | - |
| XYZ | 43.47 | 34.18 | 26.14 | - |
| YUV | 159.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 132 | 0 | 0.41 | 0.41 | 0.12 | 0 | 0.61 | 0.7 |
| Hex | E1 | 84 | 84 | 0 | 29 | 29 | C | 0 | 3D | 46 |
| Octal | 341 | 204 | 204 | 0 | 51 | 51 | 14 | 0 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10000100 | 0 | 101001 | 101001 | 1100 | 0 | 111101 | 1000110 |
Color Harmonies of #E18484
Complementary color
Monochromatic Colors of #E18484
Black with #E18484
Text Example
Text Example
White with #E18484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18484; }
p { color: rgb(225,132,132); }
H1.HeaderClassName
{
color: #E18484;
}
.AnyTagClassName
{
color: #E18484;
}
</style>
background-color css
<style>
a { background-color: #E18484; }
a { background-color: rgb(225,132,132); }
div.DivClassName
{
background-color: #E18484;
}
.BgClassName
{
background-color: #E18484;
}
</style>
border-color css
<style>
span { border-color: #E18484; }
span { border-color: rgb(225,132,132); }
td.TdClassName
{
border-color: #E18484;
}
.TagClassName
{
border-color: #E18484;
}
</style>