Shades of Sweet Pink #EA918C
Tints of Sweet Pink #EA918C
RGB
CMYK
RGB Variations
Color information
#EA918C (or 0xEA918C) is known color: Sweet Pink. HEX triplet: EA, 91 and 8C. RGB value is (234,145,140). Sum of RGB (Red+Green+Blue) = 234+145+140=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918C is #156E73. Grayscale: #ABABAB. Windows color (decimal): -1404532 or 9212394. OLE color: 9212394.
HSL color Cylindrical-coordinate representation of color #EA918C: hue angle of 3.19º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA918C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 140 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.08 |
| HSL | 3.19º | 0.69% | 0.73% | - |
| HSV(B) | 3.19º | 0.4% | 0.92% | - |
| XYZ | 48.79 | 39.64 | 29.89 | - |
| YUV | 171.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 140 | 0 | 0.38 | 0.40 | 0.08 | 3.19 | 0.69 | 0.73 |
| Hex | EA | 91 | 8C | 0 | 26 | 28 | 8 | 3 | 45 | 49 |
| Octal | 352 | 221 | 214 | 0 | 46 | 50 | 10 | 3 | 105 | 111 |
| Binary | 11101010 | 10010001 | 10001100 | 0 | 100110 | 101000 | 1000 | 11 | 1000101 | 1001001 |
Color Harmonies of #EA918C
Complementary color
Monochromatic Colors of #EA918C
Black with #EA918C
Text Example
Text Example
White with #EA918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA918C; }
p { color: rgb(234,145,140); }
H1.HeaderClassName
{
color: #EA918C;
}
.AnyTagClassName
{
color: #EA918C;
}
</style>
background-color css
<style>
a { background-color: #EA918C; }
a { background-color: rgb(234,145,140); }
div.DivClassName
{
background-color: #EA918C;
}
.BgClassName
{
background-color: #EA918C;
}
</style>
border-color css
<style>
span { border-color: #EA918C; }
span { border-color: rgb(234,145,140); }
td.TdClassName
{
border-color: #EA918C;
}
.TagClassName
{
border-color: #EA918C;
}
</style>