Shades of Sweet Pink #EA9D9D
Tints of Sweet Pink #EA9D9D
RGB
CMYK
RGB Variations
Color information
#EA9D9D (or 0xEA9D9D) is known color: Sweet Pink. HEX triplet: EA, 9D and 9D. RGB value is (234,157,157). Sum of RGB (Red+Green+Blue) = 234+157+157=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9D is #156262. Grayscale: #B4B4B4. Windows color (decimal): -1401443 or 10329578. OLE color: 10329578.
HSL color Cylindrical-coordinate representation of color #EA9D9D: hue angle of 0º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9D9D is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 157 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.08 |
| HSL | 0º | 0.65% | 0.77% | - |
| HSV(B) | 0º | 0.33% | 0.92% | - |
| XYZ | 52.07 | 44.04 | 37.65 | - |
| YUV | 180.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 157 | 0 | 0.33 | 0.33 | 0.08 | 0 | 0.65 | 0.77 |
| Hex | EA | 9D | 9D | 0 | 21 | 21 | 8 | 0 | 41 | 4D |
| Octal | 352 | 235 | 235 | 0 | 41 | 41 | 10 | 0 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10011101 | 0 | 100001 | 100001 | 1000 | 0 | 1000001 | 1001101 |
Color Harmonies of #EA9D9D
Complementary color
Monochromatic Colors of #EA9D9D
Black with #EA9D9D
Text Example
Text Example
White with #EA9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D9D; }
p { color: rgb(234,157,157); }
H1.HeaderClassName
{
color: #EA9D9D;
}
.AnyTagClassName
{
color: #EA9D9D;
}
</style>
background-color css
<style>
a { background-color: #EA9D9D; }
a { background-color: rgb(234,157,157); }
div.DivClassName
{
background-color: #EA9D9D;
}
.BgClassName
{
background-color: #EA9D9D;
}
</style>
border-color css
<style>
span { border-color: #EA9D9D; }
span { border-color: rgb(234,157,157); }
td.TdClassName
{
border-color: #EA9D9D;
}
.TagClassName
{
border-color: #EA9D9D;
}
</style>