Shades of Sweet Pink #EA9D99
Tints of Sweet Pink #EA9D99
RGB
CMYK
RGB Variations
Color information
#EA9D99 (or 0xEA9D99) is known color: Sweet Pink. HEX triplet: EA, 9D and 99. RGB value is (234,157,153). Sum of RGB (Red+Green+Blue) = 234+157+153=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D99 is #156266. Grayscale: #B3B3B3. Windows color (decimal): -1401447 or 10067434. OLE color: 10067434.
HSL color Cylindrical-coordinate representation of color #EA9D99: hue angle of 2.96º 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 #EA9D99 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 153 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.08 |
| HSL | 2.96º | 0.66% | 0.76% | - |
| HSV(B) | 2.96º | 0.35% | 0.92% | - |
| XYZ | 51.74 | 43.91 | 35.88 | - |
| YUV | 179.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 153 | 0 | 0.33 | 0.35 | 0.08 | 2.96 | 0.66 | 0.76 |
| Hex | EA | 9D | 99 | 0 | 21 | 23 | 8 | 3 | 42 | 4C |
| Octal | 352 | 235 | 231 | 0 | 41 | 43 | 10 | 3 | 102 | 114 |
| Binary | 11101010 | 10011101 | 10011001 | 0 | 100001 | 100011 | 1000 | 11 | 1000010 | 1001100 |
Color Harmonies of #EA9D99
Complementary color
Monochromatic Colors of #EA9D99
Black with #EA9D99
Text Example
Text Example
White with #EA9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D99; }
p { color: rgb(234,157,153); }
H1.HeaderClassName
{
color: #EA9D99;
}
.AnyTagClassName
{
color: #EA9D99;
}
</style>
background-color css
<style>
a { background-color: #EA9D99; }
a { background-color: rgb(234,157,153); }
div.DivClassName
{
background-color: #EA9D99;
}
.BgClassName
{
background-color: #EA9D99;
}
</style>
border-color css
<style>
span { border-color: #EA9D99; }
span { border-color: rgb(234,157,153); }
td.TdClassName
{
border-color: #EA9D99;
}
.TagClassName
{
border-color: #EA9D99;
}
</style>