Shades of Sweet Pink #E7948C
Tints of Sweet Pink #E7948C
RGB
CMYK
RGB Variations
Color information
#E7948C (or 0xE7948C) is known color: Sweet Pink. HEX triplet: E7, 94 and 8C. RGB value is (231,148,140). Sum of RGB (Red+Green+Blue) = 231+148+140=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7948C is #186B73. Grayscale: #ACACAC. Windows color (decimal): -1600372 or 9213159. OLE color: 9213159.
HSL color Cylindrical-coordinate representation of color #E7948C: hue angle of 5.27º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7948C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 140 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.09 |
| HSL | 5.27º | 0.65% | 0.73% | - |
| HSV(B) | 5.27º | 0.39% | 0.91% | - |
| XYZ | 48.28 | 40.06 | 30 | - |
| YUV | 171.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 140 | 0 | 0.36 | 0.39 | 0.09 | 5.27 | 0.65 | 0.73 |
| Hex | E7 | 94 | 8C | 0 | 24 | 27 | 9 | 5 | 41 | 49 |
| Octal | 347 | 224 | 214 | 0 | 44 | 47 | 11 | 5 | 101 | 111 |
| Binary | 11100111 | 10010100 | 10001100 | 0 | 100100 | 100111 | 1001 | 101 | 1000001 | 1001001 |
Color Harmonies of #E7948C
Complementary color
Monochromatic Colors of #E7948C
Black with #E7948C
Text Example
Text Example
White with #E7948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7948C; }
p { color: rgb(231,148,140); }
H1.HeaderClassName
{
color: #E7948C;
}
.AnyTagClassName
{
color: #E7948C;
}
</style>
background-color css
<style>
a { background-color: #E7948C; }
a { background-color: rgb(231,148,140); }
div.DivClassName
{
background-color: #E7948C;
}
.BgClassName
{
background-color: #E7948C;
}
</style>
border-color css
<style>
span { border-color: #E7948C; }
span { border-color: rgb(231,148,140); }
td.TdClassName
{
border-color: #E7948C;
}
.TagClassName
{
border-color: #E7948C;
}
</style>