Shades of Sweet Pink #EB908D
Tints of Sweet Pink #EB908D
RGB
CMYK
RGB Variations
Color information
#EB908D (or 0xEB908D) is known color: Sweet Pink. HEX triplet: EB, 90 and 8D. RGB value is (235,144,141). Sum of RGB (Red+Green+Blue) = 235+144+141=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB908D is #146F72. Grayscale: #AAAAAA. Windows color (decimal): -1339251 or 9277675. OLE color: 9277675.
HSL color Cylindrical-coordinate representation of color #EB908D: hue angle of 1.91º 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 #EB908D is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 141 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.08 |
| HSL | 1.91º | 0.7% | 0.74% | - |
| HSV(B) | 1.91º | 0.4% | 0.92% | - |
| XYZ | 49.04 | 39.53 | 30.24 | - |
| YUV | 170.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 141 | 0 | 0.39 | 0.4 | 0.08 | 1.91 | 0.7 | 0.74 |
| Hex | EB | 90 | 8D | 0 | 27 | 28 | 8 | 2 | 46 | 4A |
| Octal | 353 | 220 | 215 | 0 | 47 | 50 | 10 | 2 | 106 | 112 |
| Binary | 11101011 | 10010000 | 10001101 | 0 | 100111 | 101000 | 1000 | 10 | 1000110 | 1001010 |
Color Harmonies of #EB908D
Complementary color
Monochromatic Colors of #EB908D
Black with #EB908D
Text Example
Text Example
White with #EB908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB908D; }
p { color: rgb(235,144,141); }
H1.HeaderClassName
{
color: #EB908D;
}
.AnyTagClassName
{
color: #EB908D;
}
</style>
background-color css
<style>
a { background-color: #EB908D; }
a { background-color: rgb(235,144,141); }
div.DivClassName
{
background-color: #EB908D;
}
.BgClassName
{
background-color: #EB908D;
}
</style>
border-color css
<style>
span { border-color: #EB908D; }
span { border-color: rgb(235,144,141); }
td.TdClassName
{
border-color: #EB908D;
}
.TagClassName
{
border-color: #EB908D;
}
</style>