Shades of Sweet Pink #EA8F8D
Tints of Sweet Pink #EA8F8D
RGB
CMYK
RGB Variations
Color information
#EA8F8D (or 0xEA8F8D) is known color: Sweet Pink. HEX triplet: EA, 8F and 8D. RGB value is (234,143,141). Sum of RGB (Red+Green+Blue) = 234+143+141=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F8D is #157072. Grayscale: #AAAAAA. Windows color (decimal): -1405043 or 9277418. OLE color: 9277418.
HSL color Cylindrical-coordinate representation of color #EA8F8D: hue angle of 1.29º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8F8D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 141 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.08 |
| HSL | 1.29º | 0.69% | 0.74% | - |
| HSV(B) | 1.29º | 0.4% | 0.92% | - |
| XYZ | 48.56 | 39.06 | 30.18 | - |
| YUV | 169.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 141 | 0 | 0.39 | 0.40 | 0.08 | 1.29 | 0.69 | 0.74 |
| Hex | EA | 8F | 8D | 0 | 27 | 28 | 8 | 1 | 45 | 4A |
| Octal | 352 | 217 | 215 | 0 | 47 | 50 | 10 | 1 | 105 | 112 |
| Binary | 11101010 | 10001111 | 10001101 | 0 | 100111 | 101000 | 1000 | 1 | 1000101 | 1001010 |
Color Harmonies of #EA8F8D
Complementary color
Monochromatic Colors of #EA8F8D
Black with #EA8F8D
Text Example
Text Example
White with #EA8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F8D; }
p { color: rgb(234,143,141); }
H1.HeaderClassName
{
color: #EA8F8D;
}
.AnyTagClassName
{
color: #EA8F8D;
}
</style>
background-color css
<style>
a { background-color: #EA8F8D; }
a { background-color: rgb(234,143,141); }
div.DivClassName
{
background-color: #EA8F8D;
}
.BgClassName
{
background-color: #EA8F8D;
}
</style>
border-color css
<style>
span { border-color: #EA8F8D; }
span { border-color: rgb(234,143,141); }
td.TdClassName
{
border-color: #EA8F8D;
}
.TagClassName
{
border-color: #EA8F8D;
}
</style>