Shades of Sweet Pink #EA9E9C
Tints of Sweet Pink #EA9E9C
RGB
CMYK
RGB Variations
Color information
#EA9E9C (or 0xEA9E9C) is known color: Sweet Pink. HEX triplet: EA, 9E and 9C. RGB value is (234,158,156). Sum of RGB (Red+Green+Blue) = 234+158+156=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E9C is #156163. Grayscale: #B4B4B4. Windows color (decimal): -1401188 or 10264298. OLE color: 10264298.
HSL color Cylindrical-coordinate representation of color #EA9E9C: hue angle of 1.54º 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 #EA9E9C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 156 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.08 |
| HSL | 1.54º | 0.65% | 0.76% | - |
| HSV(B) | 1.54º | 0.33% | 0.92% | - |
| XYZ | 52.16 | 44.35 | 37.26 | - |
| YUV | 180.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 156 | 0 | 0.32 | 0.33 | 0.08 | 1.54 | 0.65 | 0.76 |
| Hex | EA | 9E | 9C | 0 | 20 | 21 | 8 | 2 | 41 | 4C |
| Octal | 352 | 236 | 234 | 0 | 40 | 41 | 10 | 2 | 101 | 114 |
| Binary | 11101010 | 10011110 | 10011100 | 0 | 100000 | 100001 | 1000 | 10 | 1000001 | 1001100 |
Color Harmonies of #EA9E9C
Complementary color
Monochromatic Colors of #EA9E9C
Black with #EA9E9C
Text Example
Text Example
White with #EA9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E9C; }
p { color: rgb(234,158,156); }
H1.HeaderClassName
{
color: #EA9E9C;
}
.AnyTagClassName
{
color: #EA9E9C;
}
</style>
background-color css
<style>
a { background-color: #EA9E9C; }
a { background-color: rgb(234,158,156); }
div.DivClassName
{
background-color: #EA9E9C;
}
.BgClassName
{
background-color: #EA9E9C;
}
</style>
border-color css
<style>
span { border-color: #EA9E9C; }
span { border-color: rgb(234,158,156); }
td.TdClassName
{
border-color: #EA9E9C;
}
.TagClassName
{
border-color: #EA9E9C;
}
</style>