Shades of Sweet Pink #EA9C92
Tints of Sweet Pink #EA9C92
RGB
CMYK
RGB Variations
Color information
#EA9C92 (or 0xEA9C92) is known color: Sweet Pink. HEX triplet: EA, 9C and 92. RGB value is (234,156,146). Sum of RGB (Red+Green+Blue) = 234+156+146=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C92 is #15636D. Grayscale: #B2B2B2. Windows color (decimal): -1401710 or 9608426. OLE color: 9608426.
HSL color Cylindrical-coordinate representation of color #EA9C92: hue angle of 6.82º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9C92 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 146 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.08 |
| HSL | 6.82º | 0.68% | 0.75% | - |
| HSV(B) | 6.82º | 0.38% | 0.92% | - |
| XYZ | 51.01 | 43.34 | 32.87 | - |
| YUV | 178.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 146 | 0 | 0.33 | 0.38 | 0.08 | 6.82 | 0.68 | 0.75 |
| Hex | EA | 9C | 92 | 0 | 21 | 26 | 8 | 7 | 44 | 4B |
| Octal | 352 | 234 | 222 | 0 | 41 | 46 | 10 | 7 | 104 | 113 |
| Binary | 11101010 | 10011100 | 10010010 | 0 | 100001 | 100110 | 1000 | 111 | 1000100 | 1001011 |
Color Harmonies of #EA9C92
Complementary color
Monochromatic Colors of #EA9C92
Black with #EA9C92
Text Example
Text Example
White with #EA9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C92; }
p { color: rgb(234,156,146); }
H1.HeaderClassName
{
color: #EA9C92;
}
.AnyTagClassName
{
color: #EA9C92;
}
</style>
background-color css
<style>
a { background-color: #EA9C92; }
a { background-color: rgb(234,156,146); }
div.DivClassName
{
background-color: #EA9C92;
}
.BgClassName
{
background-color: #EA9C92;
}
</style>
border-color css
<style>
span { border-color: #EA9C92; }
span { border-color: rgb(234,156,146); }
td.TdClassName
{
border-color: #EA9C92;
}
.TagClassName
{
border-color: #EA9C92;
}
</style>