Shades of Sweet Pink #EA9084
Tints of Sweet Pink #EA9084
RGB
CMYK
RGB Variations
Color information
#EA9084 (or 0xEA9084) is known color: Sweet Pink. HEX triplet: EA, 90 and 84. RGB value is (234,144,132). Sum of RGB (Red+Green+Blue) = 234+144+132=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9084 is #156F7B. Grayscale: #A9A9A9. Windows color (decimal): -1404796 or 8687850. OLE color: 8687850.
HSL color Cylindrical-coordinate representation of color #EA9084: hue angle of 7.06º 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 #EA9084 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 132 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.08 |
| HSL | 7.06º | 0.71% | 0.72% | - |
| HSV(B) | 7.06º | 0.44% | 0.92% | - |
| XYZ | 48.07 | 39.1 | 26.84 | - |
| YUV | 169.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 132 | 0 | 0.38 | 0.44 | 0.08 | 7.06 | 0.71 | 0.72 |
| Hex | EA | 90 | 84 | 0 | 26 | 2C | 8 | 7 | 47 | 48 |
| Octal | 352 | 220 | 204 | 0 | 46 | 54 | 10 | 7 | 107 | 110 |
| Binary | 11101010 | 10010000 | 10000100 | 0 | 100110 | 101100 | 1000 | 111 | 1000111 | 1001000 |
Color Harmonies of #EA9084
Complementary color
Monochromatic Colors of #EA9084
Black with #EA9084
Text Example
Text Example
White with #EA9084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9084; }
p { color: rgb(234,144,132); }
H1.HeaderClassName
{
color: #EA9084;
}
.AnyTagClassName
{
color: #EA9084;
}
</style>
background-color css
<style>
a { background-color: #EA9084; }
a { background-color: rgb(234,144,132); }
div.DivClassName
{
background-color: #EA9084;
}
.BgClassName
{
background-color: #EA9084;
}
</style>
border-color css
<style>
span { border-color: #EA9084; }
span { border-color: rgb(234,144,132); }
td.TdClassName
{
border-color: #EA9084;
}
.TagClassName
{
border-color: #EA9084;
}
</style>