Shades of Sweet Pink #EB908C
Tints of Sweet Pink #EB908C
RGB
CMYK
RGB Variations
Color information
#EB908C (or 0xEB908C) is known color: Sweet Pink. HEX triplet: EB, 90 and 8C. RGB value is (235,144,140). Sum of RGB (Red+Green+Blue) = 235+144+140=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB908C is #146F73. Grayscale: #AAAAAA. Windows color (decimal): -1339252 or 9212139. OLE color: 9212139.
HSL color Cylindrical-coordinate representation of color #EB908C: hue angle of 2.53º 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 #EB908C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 140 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.08 |
| HSL | 2.53º | 0.7% | 0.74% | - |
| HSV(B) | 2.53º | 0.4% | 0.92% | - |
| XYZ | 48.97 | 39.5 | 29.85 | - |
| YUV | 170.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 140 | 0 | 0.39 | 0.40 | 0.08 | 2.53 | 0.7 | 0.74 |
| Hex | EB | 90 | 8C | 0 | 27 | 28 | 8 | 3 | 46 | 4A |
| Octal | 353 | 220 | 214 | 0 | 47 | 50 | 10 | 3 | 106 | 112 |
| Binary | 11101011 | 10010000 | 10001100 | 0 | 100111 | 101000 | 1000 | 11 | 1000110 | 1001010 |
Color Harmonies of #EB908C
Complementary color
Monochromatic Colors of #EB908C
Black with #EB908C
Text Example
Text Example
White with #EB908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB908C; }
p { color: rgb(235,144,140); }
H1.HeaderClassName
{
color: #EB908C;
}
.AnyTagClassName
{
color: #EB908C;
}
</style>
background-color css
<style>
a { background-color: #EB908C; }
a { background-color: rgb(235,144,140); }
div.DivClassName
{
background-color: #EB908C;
}
.BgClassName
{
background-color: #EB908C;
}
</style>
border-color css
<style>
span { border-color: #EB908C; }
span { border-color: rgb(235,144,140); }
td.TdClassName
{
border-color: #EB908C;
}
.TagClassName
{
border-color: #EB908C;
}
</style>