Shades of Sweet Pink #EA928B
Tints of Sweet Pink #EA928B
RGB
CMYK
RGB Variations
Color information
#EA928B (or 0xEA928B) is known color: Sweet Pink. HEX triplet: EA, 92 and 8B. RGB value is (234,146,139). Sum of RGB (Red+Green+Blue) = 234+146+139=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928B is #156D74. Grayscale: #ABABAB. Windows color (decimal): -1404277 or 9147114. OLE color: 9147114.
HSL color Cylindrical-coordinate representation of color #EA928B: hue angle of 4.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA928B is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 139 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.08 |
| HSL | 4.42º | 0.69% | 0.73% | - |
| HSV(B) | 4.42º | 0.41% | 0.92% | - |
| XYZ | 48.87 | 39.91 | 29.55 | - |
| YUV | 171.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 139 | 0 | 0.38 | 0.41 | 0.08 | 4.42 | 0.69 | 0.73 |
| Hex | EA | 92 | 8B | 0 | 26 | 29 | 8 | 4 | 45 | 49 |
| Octal | 352 | 222 | 213 | 0 | 46 | 51 | 10 | 4 | 105 | 111 |
| Binary | 11101010 | 10010010 | 10001011 | 0 | 100110 | 101001 | 1000 | 100 | 1000101 | 1001001 |
Color Harmonies of #EA928B
Complementary color
Monochromatic Colors of #EA928B
Black with #EA928B
Text Example
Text Example
White with #EA928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA928B; }
p { color: rgb(234,146,139); }
H1.HeaderClassName
{
color: #EA928B;
}
.AnyTagClassName
{
color: #EA928B;
}
</style>
background-color css
<style>
a { background-color: #EA928B; }
a { background-color: rgb(234,146,139); }
div.DivClassName
{
background-color: #EA928B;
}
.BgClassName
{
background-color: #EA928B;
}
</style>
border-color css
<style>
span { border-color: #EA928B; }
span { border-color: rgb(234,146,139); }
td.TdClassName
{
border-color: #EA928B;
}
.TagClassName
{
border-color: #EA928B;
}
</style>