Shades of Sweet Pink #EA928C
Tints of Sweet Pink #EA928C
RGB
CMYK
RGB Variations
Color information
#EA928C (or 0xEA928C) is known color: Sweet Pink. HEX triplet: EA, 92 and 8C. RGB value is (234,146,140). Sum of RGB (Red+Green+Blue) = 234+146+140=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928C is #156D73. Grayscale: #ABABAB. Windows color (decimal): -1404276 or 9212650. OLE color: 9212650.
HSL color Cylindrical-coordinate representation of color #EA928C: hue angle of 3.83º 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 #EA928C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 140 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.08 |
| HSL | 3.83º | 0.69% | 0.73% | - |
| HSV(B) | 3.83º | 0.4% | 0.92% | - |
| XYZ | 48.94 | 39.94 | 29.94 | - |
| YUV | 171.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 140 | 0 | 0.38 | 0.40 | 0.08 | 3.83 | 0.69 | 0.73 |
| Hex | EA | 92 | 8C | 0 | 26 | 28 | 8 | 4 | 45 | 49 |
| Octal | 352 | 222 | 214 | 0 | 46 | 50 | 10 | 4 | 105 | 111 |
| Binary | 11101010 | 10010010 | 10001100 | 0 | 100110 | 101000 | 1000 | 100 | 1000101 | 1001001 |
Color Harmonies of #EA928C
Complementary color
Monochromatic Colors of #EA928C
Black with #EA928C
Text Example
Text Example
White with #EA928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA928C; }
p { color: rgb(234,146,140); }
H1.HeaderClassName
{
color: #EA928C;
}
.AnyTagClassName
{
color: #EA928C;
}
</style>
background-color css
<style>
a { background-color: #EA928C; }
a { background-color: rgb(234,146,140); }
div.DivClassName
{
background-color: #EA928C;
}
.BgClassName
{
background-color: #EA928C;
}
</style>
border-color css
<style>
span { border-color: #EA928C; }
span { border-color: rgb(234,146,140); }
td.TdClassName
{
border-color: #EA928C;
}
.TagClassName
{
border-color: #EA928C;
}
</style>