Shades of Sweet Pink #EB948C
Tints of Sweet Pink #EB948C
RGB
CMYK
RGB Variations
Color information
#EB948C (or 0xEB948C) is known color: Sweet Pink. HEX triplet: EB, 94 and 8C. RGB value is (235,148,140). Sum of RGB (Red+Green+Blue) = 235+148+140=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB948C is #146B73. Grayscale: #ADADAD. Windows color (decimal): -1338228 or 9213163. OLE color: 9213163.
HSL color Cylindrical-coordinate representation of color #EB948C: hue angle of 5.05º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB948C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 140 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.08 |
| HSL | 5.05º | 0.7% | 0.74% | - |
| HSV(B) | 5.05º | 0.4% | 0.92% | - |
| XYZ | 49.58 | 40.74 | 30.06 | - |
| YUV | 173.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 140 | 0 | 0.37 | 0.40 | 0.08 | 5.05 | 0.7 | 0.74 |
| Hex | EB | 94 | 8C | 0 | 25 | 28 | 8 | 5 | 46 | 4A |
| Octal | 353 | 224 | 214 | 0 | 45 | 50 | 10 | 5 | 106 | 112 |
| Binary | 11101011 | 10010100 | 10001100 | 0 | 100101 | 101000 | 1000 | 101 | 1000110 | 1001010 |
Color Harmonies of #EB948C
Complementary color
Monochromatic Colors of #EB948C
Black with #EB948C
Text Example
Text Example
White with #EB948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB948C; }
p { color: rgb(235,148,140); }
H1.HeaderClassName
{
color: #EB948C;
}
.AnyTagClassName
{
color: #EB948C;
}
</style>
background-color css
<style>
a { background-color: #EB948C; }
a { background-color: rgb(235,148,140); }
div.DivClassName
{
background-color: #EB948C;
}
.BgClassName
{
background-color: #EB948C;
}
</style>
border-color css
<style>
span { border-color: #EB948C; }
span { border-color: rgb(235,148,140); }
td.TdClassName
{
border-color: #EB948C;
}
.TagClassName
{
border-color: #EB948C;
}
</style>