Shades of Sweet Pink #EA9E99
Tints of Sweet Pink #EA9E99
RGB
CMYK
RGB Variations
Color information
#EA9E99 (or 0xEA9E99) is known color: Sweet Pink. HEX triplet: EA, 9E and 99. RGB value is (234,158,153). Sum of RGB (Red+Green+Blue) = 234+158+153=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9E99 is #156166. Grayscale: #B4B4B4. Windows color (decimal): -1401191 or 10067690. OLE color: 10067690.
HSL color Cylindrical-coordinate representation of color #EA9E99: hue angle of 3.7º 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 #EA9E99 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 153 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.08 |
| HSL | 3.7º | 0.66% | 0.76% | - |
| HSV(B) | 3.7º | 0.35% | 0.92% | - |
| XYZ | 51.91 | 44.25 | 35.94 | - |
| YUV | 180.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 153 | 0 | 0.32 | 0.35 | 0.08 | 3.7 | 0.66 | 0.76 |
| Hex | EA | 9E | 99 | 0 | 20 | 23 | 8 | 4 | 42 | 4C |
| Octal | 352 | 236 | 231 | 0 | 40 | 43 | 10 | 4 | 102 | 114 |
| Binary | 11101010 | 10011110 | 10011001 | 0 | 100000 | 100011 | 1000 | 100 | 1000010 | 1001100 |
Color Harmonies of #EA9E99
Complementary color
Monochromatic Colors of #EA9E99
Black with #EA9E99
Text Example
Text Example
White with #EA9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E99; }
p { color: rgb(234,158,153); }
H1.HeaderClassName
{
color: #EA9E99;
}
.AnyTagClassName
{
color: #EA9E99;
}
</style>
background-color css
<style>
a { background-color: #EA9E99; }
a { background-color: rgb(234,158,153); }
div.DivClassName
{
background-color: #EA9E99;
}
.BgClassName
{
background-color: #EA9E99;
}
</style>
border-color css
<style>
span { border-color: #EA9E99; }
span { border-color: rgb(234,158,153); }
td.TdClassName
{
border-color: #EA9E99;
}
.TagClassName
{
border-color: #EA9E99;
}
</style>