Shades of Sweet Pink #EB9A9A
Tints of Sweet Pink #EB9A9A
RGB
CMYK
RGB Variations
Color information
#EB9A9A (or 0xEB9A9A) is known color: Sweet Pink. HEX triplet: EB, 9A and 9A. RGB value is (235,154,154). Sum of RGB (Red+Green+Blue) = 235+154+154=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9A9A is #146565. Grayscale: #B2B2B2. Windows color (decimal): -1336678 or 10132203. OLE color: 10132203.
HSL color Cylindrical-coordinate representation of color #EB9A9A: hue angle of 0º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9A9A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 154 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.08 |
| HSL | 0º | 0.67% | 0.76% | - |
| HSV(B) | 0º | 0.34% | 0.92% | - |
| XYZ | 51.65 | 43.11 | 36.17 | - |
| YUV | 178.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 154 | 0 | 0.34 | 0.34 | 0.08 | 0 | 0.67 | 0.76 |
| Hex | EB | 9A | 9A | 0 | 22 | 22 | 8 | 0 | 43 | 4C |
| Octal | 353 | 232 | 232 | 0 | 42 | 42 | 10 | 0 | 103 | 114 |
| Binary | 11101011 | 10011010 | 10011010 | 0 | 100010 | 100010 | 1000 | 0 | 1000011 | 1001100 |
Color Harmonies of #EB9A9A
Complementary color
Monochromatic Colors of #EB9A9A
Black with #EB9A9A
Text Example
Text Example
White with #EB9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A9A; }
p { color: rgb(235,154,154); }
H1.HeaderClassName
{
color: #EB9A9A;
}
.AnyTagClassName
{
color: #EB9A9A;
}
</style>
background-color css
<style>
a { background-color: #EB9A9A; }
a { background-color: rgb(235,154,154); }
div.DivClassName
{
background-color: #EB9A9A;
}
.BgClassName
{
background-color: #EB9A9A;
}
</style>
border-color css
<style>
span { border-color: #EB9A9A; }
span { border-color: rgb(235,154,154); }
td.TdClassName
{
border-color: #EB9A9A;
}
.TagClassName
{
border-color: #EB9A9A;
}
</style>