Shades of Sweet Pink #EA9B93
Tints of Sweet Pink #EA9B93
RGB
CMYK
RGB Variations
Color information
#EA9B93 (or 0xEA9B93) is known color: Sweet Pink. HEX triplet: EA, 9B and 93. RGB value is (234,155,147). Sum of RGB (Red+Green+Blue) = 234+155+147=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B93 is #15646C. Grayscale: #B1B1B1. Windows color (decimal): -1401965 or 9673706. OLE color: 9673706.
HSL color Cylindrical-coordinate representation of color #EA9B93: hue angle of 5.52º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9B93 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 147 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.08 |
| HSL | 5.52º | 0.67% | 0.75% | - |
| HSV(B) | 5.52º | 0.37% | 0.92% | - |
| XYZ | 50.92 | 43.04 | 33.23 | - |
| YUV | 177.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 147 | 0 | 0.34 | 0.37 | 0.08 | 5.52 | 0.67 | 0.75 |
| Hex | EA | 9B | 93 | 0 | 22 | 25 | 8 | 6 | 43 | 4B |
| Octal | 352 | 233 | 223 | 0 | 42 | 45 | 10 | 6 | 103 | 113 |
| Binary | 11101010 | 10011011 | 10010011 | 0 | 100010 | 100101 | 1000 | 110 | 1000011 | 1001011 |
Color Harmonies of #EA9B93
Complementary color
Monochromatic Colors of #EA9B93
Black with #EA9B93
Text Example
Text Example
White with #EA9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9B93; }
p { color: rgb(234,155,147); }
H1.HeaderClassName
{
color: #EA9B93;
}
.AnyTagClassName
{
color: #EA9B93;
}
</style>
background-color css
<style>
a { background-color: #EA9B93; }
a { background-color: rgb(234,155,147); }
div.DivClassName
{
background-color: #EA9B93;
}
.BgClassName
{
background-color: #EA9B93;
}
</style>
border-color css
<style>
span { border-color: #EA9B93; }
span { border-color: rgb(234,155,147); }
td.TdClassName
{
border-color: #EA9B93;
}
.TagClassName
{
border-color: #EA9B93;
}
</style>