Shades of Sweet Pink #E6948B
Tints of Sweet Pink #E6948B
RGB
CMYK
RGB Variations
Color information
#E6948B (or 0xE6948B) is known color: Sweet Pink. HEX triplet: E6, 94 and 8B. RGB value is (230,148,139). Sum of RGB (Red+Green+Blue) = 230+148+139=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6948B is #196B74. Grayscale: #ABABAB. Windows color (decimal): -1665909 or 9147622. OLE color: 9147622.
HSL color Cylindrical-coordinate representation of color #E6948B: hue angle of 5.93º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6948B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 139 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.10 |
| HSL | 5.93º | 0.65% | 0.72% | - |
| HSV(B) | 5.93º | 0.4% | 0.9% | - |
| XYZ | 47.88 | 39.87 | 29.6 | - |
| YUV | 171.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 139 | 0 | 0.36 | 0.40 | 0.10 | 5.93 | 0.65 | 0.72 |
| Hex | E6 | 94 | 8B | 0 | 24 | 28 | A | 6 | 41 | 48 |
| Octal | 346 | 224 | 213 | 0 | 44 | 50 | 12 | 6 | 101 | 110 |
| Binary | 11100110 | 10010100 | 10001011 | 0 | 100100 | 101000 | 1010 | 110 | 1000001 | 1001000 |
Color Harmonies of #E6948B
Complementary color
Monochromatic Colors of #E6948B
Black with #E6948B
Text Example
Text Example
White with #E6948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6948B; }
p { color: rgb(230,148,139); }
H1.HeaderClassName
{
color: #E6948B;
}
.AnyTagClassName
{
color: #E6948B;
}
</style>
background-color css
<style>
a { background-color: #E6948B; }
a { background-color: rgb(230,148,139); }
div.DivClassName
{
background-color: #E6948B;
}
.BgClassName
{
background-color: #E6948B;
}
</style>
border-color css
<style>
span { border-color: #E6948B; }
span { border-color: rgb(230,148,139); }
td.TdClassName
{
border-color: #E6948B;
}
.TagClassName
{
border-color: #E6948B;
}
</style>