Shades of Sweet Pink #E8948A
Tints of Sweet Pink #E8948A
RGB
CMYK
RGB Variations
Color information
#E8948A (or 0xE8948A) is known color: Sweet Pink. HEX triplet: E8, 94 and 8A. RGB value is (232,148,138). Sum of RGB (Red+Green+Blue) = 232+148+138=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 232 - color contains mainly: red. Hex color #E8948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8948A is #176B75. Grayscale: #ACACAC. Windows color (decimal): -1534838 or 9082088. OLE color: 9082088.
HSL color Cylindrical-coordinate representation of color #E8948A: hue angle of 6.38º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8948A is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 138 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.09 |
| HSL | 6.38º | 0.67% | 0.73% | - |
| HSV(B) | 6.38º | 0.41% | 0.91% | - |
| XYZ | 48.46 | 40.17 | 29.24 | - |
| YUV | 171.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 138 | 0 | 0.36 | 0.41 | 0.09 | 6.38 | 0.67 | 0.73 |
| Hex | E8 | 94 | 8A | 0 | 24 | 29 | 9 | 6 | 43 | 49 |
| Octal | 350 | 224 | 212 | 0 | 44 | 51 | 11 | 6 | 103 | 111 |
| Binary | 11101000 | 10010100 | 10001010 | 0 | 100100 | 101001 | 1001 | 110 | 1000011 | 1001001 |
Color Harmonies of #E8948A
Complementary color
Monochromatic Colors of #E8948A
Black with #E8948A
Text Example
Text Example
White with #E8948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8948A; }
p { color: rgb(232,148,138); }
H1.HeaderClassName
{
color: #E8948A;
}
.AnyTagClassName
{
color: #E8948A;
}
</style>
background-color css
<style>
a { background-color: #E8948A; }
a { background-color: rgb(232,148,138); }
div.DivClassName
{
background-color: #E8948A;
}
.BgClassName
{
background-color: #E8948A;
}
</style>
border-color css
<style>
span { border-color: #E8948A; }
span { border-color: rgb(232,148,138); }
td.TdClassName
{
border-color: #E8948A;
}
.TagClassName
{
border-color: #E8948A;
}
</style>