Shades of Sweet Pink #E18D8A
Tints of Sweet Pink #E18D8A
RGB
CMYK
RGB Variations
Color information
#E18D8A (or 0xE18D8A) is known color: Sweet Pink. HEX triplet: E1, 8D and 8A. RGB value is (225,141,138). Sum of RGB (Red+Green+Blue) = 225+141+138=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D8A is #1E7275. Grayscale: #A5A5A5. Windows color (decimal): -1995382 or 9080289. OLE color: 9080289.
HSL color Cylindrical-coordinate representation of color #E18D8A: hue angle of 2.07º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18D8A is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 138 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.12 |
| HSL | 2.07º | 0.59% | 0.71% | - |
| HSV(B) | 2.07º | 0.39% | 0.88% | - |
| XYZ | 45.16 | 36.89 | 28.79 | - |
| YUV | 165.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 138 | 0 | 0.37 | 0.39 | 0.12 | 2.07 | 0.59 | 0.71 |
| Hex | E1 | 8D | 8A | 0 | 25 | 27 | C | 2 | 3B | 47 |
| Octal | 341 | 215 | 212 | 0 | 45 | 47 | 14 | 2 | 73 | 107 |
| Binary | 11100001 | 10001101 | 10001010 | 0 | 100101 | 100111 | 1100 | 10 | 111011 | 1000111 |
Color Harmonies of #E18D8A
Complementary color
Monochromatic Colors of #E18D8A
Black with #E18D8A
Text Example
Text Example
White with #E18D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D8A; }
p { color: rgb(225,141,138); }
H1.HeaderClassName
{
color: #E18D8A;
}
.AnyTagClassName
{
color: #E18D8A;
}
</style>
background-color css
<style>
a { background-color: #E18D8A; }
a { background-color: rgb(225,141,138); }
div.DivClassName
{
background-color: #E18D8A;
}
.BgClassName
{
background-color: #E18D8A;
}
</style>
border-color css
<style>
span { border-color: #E18D8A; }
span { border-color: rgb(225,141,138); }
td.TdClassName
{
border-color: #E18D8A;
}
.TagClassName
{
border-color: #E18D8A;
}
</style>