Shades of Sea Pink #E18A85
Tints of Sea Pink #E18A85
RGB
CMYK
RGB Variations
Color information
#E18A85 (or 0xE18A85) is known color: Sea Pink. HEX triplet: E1, 8A and 85. RGB value is (225,138,133). Sum of RGB (Red+Green+Blue) = 225+138+133=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A85 is #1E757A. Grayscale: #A3A3A3. Windows color (decimal): -1996155 or 8751841. OLE color: 8751841.
HSL color Cylindrical-coordinate representation of color #E18A85: hue angle of 3.26º 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 #E18A85 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 133 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.12 |
| HSL | 3.26º | 0.61% | 0.7% | - |
| HSV(B) | 3.26º | 0.41% | 0.88% | - |
| XYZ | 44.37 | 35.88 | 26.78 | - |
| YUV | 163.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 133 | 0 | 0.39 | 0.41 | 0.12 | 3.26 | 0.61 | 0.7 |
| Hex | E1 | 8A | 85 | 0 | 27 | 29 | C | 3 | 3D | 46 |
| Octal | 341 | 212 | 205 | 0 | 47 | 51 | 14 | 3 | 75 | 106 |
| Binary | 11100001 | 10001010 | 10000101 | 0 | 100111 | 101001 | 1100 | 11 | 111101 | 1000110 |
Color Harmonies of #E18A85
Complementary color
Monochromatic Colors of #E18A85
Black with #E18A85
Text Example
Text Example
White with #E18A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A85; }
p { color: rgb(225,138,133); }
H1.HeaderClassName
{
color: #E18A85;
}
.AnyTagClassName
{
color: #E18A85;
}
</style>
background-color css
<style>
a { background-color: #E18A85; }
a { background-color: rgb(225,138,133); }
div.DivClassName
{
background-color: #E18A85;
}
.BgClassName
{
background-color: #E18A85;
}
</style>
border-color css
<style>
span { border-color: #E18A85; }
span { border-color: rgb(225,138,133); }
td.TdClassName
{
border-color: #E18A85;
}
.TagClassName
{
border-color: #E18A85;
}
</style>