Shades of Sea Pink #E18381
Tints of Sea Pink #E18381
RGB
CMYK
RGB Variations
Color information
#E18381 (or 0xE18381) is known color: Sea Pink. HEX triplet: E1, 83 and 81. RGB value is (225,131,129). Sum of RGB (Red+Green+Blue) = 225+131+129=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E18381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18381 is #1E7C7E. Grayscale: #9E9E9E. Windows color (decimal): -1997951 or 8487905. OLE color: 8487905.
HSL color Cylindrical-coordinate representation of color #E18381: hue angle of 1.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18381 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 129 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.12 |
| HSL | 1.25º | 0.62% | 0.69% | - |
| HSV(B) | 1.25º | 0.43% | 0.88% | - |
| XYZ | 43.13 | 33.83 | 25.02 | - |
| YUV | 158.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 129 | 0 | 0.42 | 0.43 | 0.12 | 1.25 | 0.62 | 0.69 |
| Hex | E1 | 83 | 81 | 0 | 2A | 2B | C | 1 | 3E | 45 |
| Octal | 341 | 203 | 201 | 0 | 52 | 53 | 14 | 1 | 76 | 105 |
| Binary | 11100001 | 10000011 | 10000001 | 0 | 101010 | 101011 | 1100 | 1 | 111110 | 1000101 |
Color Harmonies of #E18381
Complementary color
Monochromatic Colors of #E18381
Black with #E18381
Text Example
Text Example
White with #E18381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18381; }
p { color: rgb(225,131,129); }
H1.HeaderClassName
{
color: #E18381;
}
.AnyTagClassName
{
color: #E18381;
}
</style>
background-color css
<style>
a { background-color: #E18381; }
a { background-color: rgb(225,131,129); }
div.DivClassName
{
background-color: #E18381;
}
.BgClassName
{
background-color: #E18381;
}
</style>
border-color css
<style>
span { border-color: #E18381; }
span { border-color: rgb(225,131,129); }
td.TdClassName
{
border-color: #E18381;
}
.TagClassName
{
border-color: #E18381;
}
</style>