Shades of Sweet Pink #EB908A
Tints of Sweet Pink #EB908A
RGB
CMYK
RGB Variations
Color information
#EB908A (or 0xEB908A) is known color: Sweet Pink. HEX triplet: EB, 90 and 8A. RGB value is (235,144,138). Sum of RGB (Red+Green+Blue) = 235+144+138=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB908A is #146F75. Grayscale: #AAAAAA. Windows color (decimal): -1339254 or 9081067. OLE color: 9081067.
HSL color Cylindrical-coordinate representation of color #EB908A: hue angle of 3.71º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB908A is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 138 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.08 |
| HSL | 3.71º | 0.71% | 0.73% | - |
| HSV(B) | 3.71º | 0.41% | 0.92% | - |
| XYZ | 48.82 | 39.44 | 29.08 | - |
| YUV | 170.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 138 | 0 | 0.39 | 0.41 | 0.08 | 3.71 | 0.71 | 0.73 |
| Hex | EB | 90 | 8A | 0 | 27 | 29 | 8 | 4 | 47 | 49 |
| Octal | 353 | 220 | 212 | 0 | 47 | 51 | 10 | 4 | 107 | 111 |
| Binary | 11101011 | 10010000 | 10001010 | 0 | 100111 | 101001 | 1000 | 100 | 1000111 | 1001001 |
Color Harmonies of #EB908A
Complementary color
Monochromatic Colors of #EB908A
Black with #EB908A
Text Example
Text Example
White with #EB908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB908A; }
p { color: rgb(235,144,138); }
H1.HeaderClassName
{
color: #EB908A;
}
.AnyTagClassName
{
color: #EB908A;
}
</style>
background-color css
<style>
a { background-color: #EB908A; }
a { background-color: rgb(235,144,138); }
div.DivClassName
{
background-color: #EB908A;
}
.BgClassName
{
background-color: #EB908A;
}
</style>
border-color css
<style>
span { border-color: #EB908A; }
span { border-color: rgb(235,144,138); }
td.TdClassName
{
border-color: #EB908A;
}
.TagClassName
{
border-color: #EB908A;
}
</style>