Shades of Sweet Pink #EAA09A
Tints of Sweet Pink #EAA09A
RGB
CMYK
RGB Variations
Color information
#EAA09A (or 0xEAA09A) is known color: Sweet Pink. HEX triplet: EA, A0 and 9A. RGB value is (234,160,154). Sum of RGB (Red+Green+Blue) = 234+160+154=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA09A is #155F65. Grayscale: #B5B5B5. Windows color (decimal): -1400678 or 10133738. OLE color: 10133738.
HSL color Cylindrical-coordinate representation of color #EAA09A: hue angle of 4.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA09A is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 154 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.08 |
| HSL | 4.5º | 0.66% | 0.76% | - |
| HSV(B) | 4.5º | 0.34% | 0.92% | - |
| XYZ | 52.34 | 44.97 | 36.49 | - |
| YUV | 181.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 154 | 0 | 0.32 | 0.34 | 0.08 | 4.5 | 0.66 | 0.76 |
| Hex | EA | A0 | 9A | 0 | 20 | 22 | 8 | 4 | 42 | 4C |
| Octal | 352 | 240 | 232 | 0 | 40 | 42 | 10 | 4 | 102 | 114 |
| Binary | 11101010 | 10100000 | 10011010 | 0 | 100000 | 100010 | 1000 | 100 | 1000010 | 1001100 |
Color Harmonies of #EAA09A
Complementary color
Monochromatic Colors of #EAA09A
Black with #EAA09A
Text Example
Text Example
White with #EAA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA09A; }
p { color: rgb(234,160,154); }
H1.HeaderClassName
{
color: #EAA09A;
}
.AnyTagClassName
{
color: #EAA09A;
}
</style>
background-color css
<style>
a { background-color: #EAA09A; }
a { background-color: rgb(234,160,154); }
div.DivClassName
{
background-color: #EAA09A;
}
.BgClassName
{
background-color: #EAA09A;
}
</style>
border-color css
<style>
span { border-color: #EAA09A; }
span { border-color: rgb(234,160,154); }
td.TdClassName
{
border-color: #EAA09A;
}
.TagClassName
{
border-color: #EAA09A;
}
</style>