Shades of Sweet Pink #EB938C
Tints of Sweet Pink #EB938C
RGB
CMYK
RGB Variations
Color information
#EB938C (or 0xEB938C) is known color: Sweet Pink. HEX triplet: EB, 93 and 8C. RGB value is (235,147,140). Sum of RGB (Red+Green+Blue) = 235+147+140=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB938C is #146C73. Grayscale: #ACACAC. Windows color (decimal): -1338484 or 9212907. OLE color: 9212907.
HSL color Cylindrical-coordinate representation of color #EB938C: hue angle of 4.42º 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 #EB938C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 147 | 140 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.08 |
| HSL | 4.42º | 0.7% | 0.74% | - |
| HSV(B) | 4.42º | 0.4% | 0.92% | - |
| XYZ | 49.43 | 40.42 | 30.01 | - |
| YUV | 172.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 147 | 140 | 0 | 0.37 | 0.40 | 0.08 | 4.42 | 0.7 | 0.74 |
| Hex | EB | 93 | 8C | 0 | 25 | 28 | 8 | 4 | 46 | 4A |
| Octal | 353 | 223 | 214 | 0 | 45 | 50 | 10 | 4 | 106 | 112 |
| Binary | 11101011 | 10010011 | 10001100 | 0 | 100101 | 101000 | 1000 | 100 | 1000110 | 1001010 |
Color Harmonies of #EB938C
Complementary color
Monochromatic Colors of #EB938C
Black with #EB938C
Text Example
Text Example
White with #EB938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB938C; }
p { color: rgb(235,147,140); }
H1.HeaderClassName
{
color: #EB938C;
}
.AnyTagClassName
{
color: #EB938C;
}
</style>
background-color css
<style>
a { background-color: #EB938C; }
a { background-color: rgb(235,147,140); }
div.DivClassName
{
background-color: #EB938C;
}
.BgClassName
{
background-color: #EB938C;
}
</style>
border-color css
<style>
span { border-color: #EB938C; }
span { border-color: rgb(235,147,140); }
td.TdClassName
{
border-color: #EB938C;
}
.TagClassName
{
border-color: #EB938C;
}
</style>