Shades of Sweet Pink #EAA098
Tints of Sweet Pink #EAA098
RGB
CMYK
RGB Variations
Color information
#EAA098 (or 0xEAA098) is known color: Sweet Pink. HEX triplet: EA, A0 and 98. RGB value is (234,160,152). Sum of RGB (Red+Green+Blue) = 234+160+152=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA098 is #155F67. Grayscale: #B5B5B5. Windows color (decimal): -1400680 or 10002666. OLE color: 10002666.
HSL color Cylindrical-coordinate representation of color #EAA098: hue angle of 5.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA098 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 152 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.08 |
| HSL | 5.85º | 0.66% | 0.76% | - |
| HSV(B) | 5.85º | 0.35% | 0.92% | - |
| XYZ | 52.17 | 44.9 | 35.62 | - |
| YUV | 181.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 152 | 0 | 0.32 | 0.35 | 0.08 | 5.85 | 0.66 | 0.76 |
| Hex | EA | A0 | 98 | 0 | 20 | 23 | 8 | 6 | 42 | 4C |
| Octal | 352 | 240 | 230 | 0 | 40 | 43 | 10 | 6 | 102 | 114 |
| Binary | 11101010 | 10100000 | 10011000 | 0 | 100000 | 100011 | 1000 | 110 | 1000010 | 1001100 |
Color Harmonies of #EAA098
Complementary color
Monochromatic Colors of #EAA098
Black with #EAA098
Text Example
Text Example
White with #EAA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA098; }
p { color: rgb(234,160,152); }
H1.HeaderClassName
{
color: #EAA098;
}
.AnyTagClassName
{
color: #EAA098;
}
</style>
background-color css
<style>
a { background-color: #EAA098; }
a { background-color: rgb(234,160,152); }
div.DivClassName
{
background-color: #EAA098;
}
.BgClassName
{
background-color: #EAA098;
}
</style>
border-color css
<style>
span { border-color: #EAA098; }
span { border-color: rgb(234,160,152); }
td.TdClassName
{
border-color: #EAA098;
}
.TagClassName
{
border-color: #EAA098;
}
</style>