Shades of Sweet Pink #EA9F99
Tints of Sweet Pink #EA9F99
RGB
CMYK
RGB Variations
Color information
#EA9F99 (or 0xEA9F99) is known color: Sweet Pink. HEX triplet: EA, 9F and 99. RGB value is (234,159,153). Sum of RGB (Red+Green+Blue) = 234+159+153=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9F99 is #156066. Grayscale: #B4B4B4. Windows color (decimal): -1400935 or 10067946. OLE color: 10067946.
HSL color Cylindrical-coordinate representation of color #EA9F99: hue angle of 4.44º 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 #EA9F99 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 153 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.08 |
| HSL | 4.44º | 0.66% | 0.76% | - |
| HSV(B) | 4.44º | 0.35% | 0.92% | - |
| XYZ | 52.08 | 44.59 | 36 | - |
| YUV | 180.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 153 | 0 | 0.32 | 0.35 | 0.08 | 4.44 | 0.66 | 0.76 |
| Hex | EA | 9F | 99 | 0 | 20 | 23 | 8 | 4 | 42 | 4C |
| Octal | 352 | 237 | 231 | 0 | 40 | 43 | 10 | 4 | 102 | 114 |
| Binary | 11101010 | 10011111 | 10011001 | 0 | 100000 | 100011 | 1000 | 100 | 1000010 | 1001100 |
Color Harmonies of #EA9F99
Complementary color
Monochromatic Colors of #EA9F99
Black with #EA9F99
Text Example
Text Example
White with #EA9F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F99; }
p { color: rgb(234,159,153); }
H1.HeaderClassName
{
color: #EA9F99;
}
.AnyTagClassName
{
color: #EA9F99;
}
</style>
background-color css
<style>
a { background-color: #EA9F99; }
a { background-color: rgb(234,159,153); }
div.DivClassName
{
background-color: #EA9F99;
}
.BgClassName
{
background-color: #EA9F99;
}
</style>
border-color css
<style>
span { border-color: #EA9F99; }
span { border-color: rgb(234,159,153); }
td.TdClassName
{
border-color: #EA9F99;
}
.TagClassName
{
border-color: #EA9F99;
}
</style>