Shades of Sweet Pink #EA8D8A
Tints of Sweet Pink #EA8D8A
RGB
CMYK
RGB Variations
Color information
#EA8D8A (or 0xEA8D8A) is known color: Sweet Pink. HEX triplet: EA, 8D and 8A. RGB value is (234,141,138). Sum of RGB (Red+Green+Blue) = 234+141+138=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8D8A is #157275. Grayscale: #A8A8A8. Windows color (decimal): -1405558 or 9080298. OLE color: 9080298.
HSL color Cylindrical-coordinate representation of color #EA8D8A: hue angle of 1.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8D8A is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 138 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.08 |
| HSL | 1.88º | 0.7% | 0.73% | - |
| HSV(B) | 1.88º | 0.41% | 0.92% | - |
| XYZ | 48.04 | 38.38 | 28.92 | - |
| YUV | 168.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 138 | 0 | 0.40 | 0.41 | 0.08 | 1.88 | 0.7 | 0.73 |
| Hex | EA | 8D | 8A | 0 | 28 | 29 | 8 | 2 | 46 | 49 |
| Octal | 352 | 215 | 212 | 0 | 50 | 51 | 10 | 2 | 106 | 111 |
| Binary | 11101010 | 10001101 | 10001010 | 0 | 101000 | 101001 | 1000 | 10 | 1000110 | 1001001 |
Color Harmonies of #EA8D8A
Complementary color
Monochromatic Colors of #EA8D8A
Black with #EA8D8A
Text Example
Text Example
White with #EA8D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D8A; }
p { color: rgb(234,141,138); }
H1.HeaderClassName
{
color: #EA8D8A;
}
.AnyTagClassName
{
color: #EA8D8A;
}
</style>
background-color css
<style>
a { background-color: #EA8D8A; }
a { background-color: rgb(234,141,138); }
div.DivClassName
{
background-color: #EA8D8A;
}
.BgClassName
{
background-color: #EA8D8A;
}
</style>
border-color css
<style>
span { border-color: #EA8D8A; }
span { border-color: rgb(234,141,138); }
td.TdClassName
{
border-color: #EA8D8A;
}
.TagClassName
{
border-color: #EA8D8A;
}
</style>