Shades of Sweet Pink #EA8F84
Tints of Sweet Pink #EA8F84
RGB
CMYK
RGB Variations
Color information
#EA8F84 (or 0xEA8F84) is known color: Sweet Pink. HEX triplet: EA, 8F and 84. RGB value is (234,143,132). Sum of RGB (Red+Green+Blue) = 234+143+132=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8F84 is #15707B. Grayscale: #A9A9A9. Windows color (decimal): -1405052 or 8687594. OLE color: 8687594.
HSL color Cylindrical-coordinate representation of color #EA8F84: hue angle of 6.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8F84 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 132 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.08 |
| HSL | 6.47º | 0.71% | 0.72% | - |
| HSV(B) | 6.47º | 0.44% | 0.92% | - |
| XYZ | 47.92 | 38.8 | 26.79 | - |
| YUV | 168.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 132 | 0 | 0.39 | 0.44 | 0.08 | 6.47 | 0.71 | 0.72 |
| Hex | EA | 8F | 84 | 0 | 27 | 2C | 8 | 6 | 47 | 48 |
| Octal | 352 | 217 | 204 | 0 | 47 | 54 | 10 | 6 | 107 | 110 |
| Binary | 11101010 | 10001111 | 10000100 | 0 | 100111 | 101100 | 1000 | 110 | 1000111 | 1001000 |
Color Harmonies of #EA8F84
Complementary color
Monochromatic Colors of #EA8F84
Black with #EA8F84
Text Example
Text Example
White with #EA8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F84; }
p { color: rgb(234,143,132); }
H1.HeaderClassName
{
color: #EA8F84;
}
.AnyTagClassName
{
color: #EA8F84;
}
</style>
background-color css
<style>
a { background-color: #EA8F84; }
a { background-color: rgb(234,143,132); }
div.DivClassName
{
background-color: #EA8F84;
}
.BgClassName
{
background-color: #EA8F84;
}
</style>
border-color css
<style>
span { border-color: #EA8F84; }
span { border-color: rgb(234,143,132); }
td.TdClassName
{
border-color: #EA8F84;
}
.TagClassName
{
border-color: #EA8F84;
}
</style>