Shades of Sweet Pink #EA9F9C
Tints of Sweet Pink #EA9F9C
RGB
CMYK
RGB Variations
Color information
#EA9F9C (or 0xEA9F9C) is known color: Sweet Pink. HEX triplet: EA, 9F and 9C. RGB value is (234,159,156). Sum of RGB (Red+Green+Blue) = 234+159+156=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F9C is #156063. Grayscale: #B5B5B5. Windows color (decimal): -1400932 or 10264554. OLE color: 10264554.
HSL color Cylindrical-coordinate representation of color #EA9F9C: hue angle of 2.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9F9C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 156 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.08 |
| HSL | 2.31º | 0.65% | 0.76% | - |
| HSV(B) | 2.31º | 0.33% | 0.92% | - |
| XYZ | 52.33 | 44.69 | 37.32 | - |
| YUV | 181.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 156 | 0 | 0.32 | 0.33 | 0.08 | 2.31 | 0.65 | 0.76 |
| Hex | EA | 9F | 9C | 0 | 20 | 21 | 8 | 2 | 41 | 4C |
| Octal | 352 | 237 | 234 | 0 | 40 | 41 | 10 | 2 | 101 | 114 |
| Binary | 11101010 | 10011111 | 10011100 | 0 | 100000 | 100001 | 1000 | 10 | 1000001 | 1001100 |
Color Harmonies of #EA9F9C
Complementary color
Monochromatic Colors of #EA9F9C
Black with #EA9F9C
Text Example
Text Example
White with #EA9F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F9C; }
p { color: rgb(234,159,156); }
H1.HeaderClassName
{
color: #EA9F9C;
}
.AnyTagClassName
{
color: #EA9F9C;
}
</style>
background-color css
<style>
a { background-color: #EA9F9C; }
a { background-color: rgb(234,159,156); }
div.DivClassName
{
background-color: #EA9F9C;
}
.BgClassName
{
background-color: #EA9F9C;
}
</style>
border-color css
<style>
span { border-color: #EA9F9C; }
span { border-color: rgb(234,159,156); }
td.TdClassName
{
border-color: #EA9F9C;
}
.TagClassName
{
border-color: #EA9F9C;
}
</style>