Shades of Sweet Pink #EB8C81
Tints of Sweet Pink #EB8C81
RGB
CMYK
RGB Variations
Color information
#EB8C81 (or 0xEB8C81) is known color: Sweet Pink. HEX triplet: EB, 8C and 81. RGB value is (235,140,129). Sum of RGB (Red+Green+Blue) = 235+140+129=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8C81 is #14737E. Grayscale: #A7A7A7. Windows color (decimal): -1340287 or 8490219. OLE color: 8490219.
HSL color Cylindrical-coordinate representation of color #EB8C81: hue angle of 6.23º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8C81 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 129 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.08 |
| HSL | 6.23º | 0.73% | 0.71% | - |
| HSV(B) | 6.23º | 0.45% | 0.92% | - |
| XYZ | 47.6 | 38 | 25.6 | - |
| YUV | 167.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 129 | 0 | 0.40 | 0.45 | 0.08 | 6.23 | 0.73 | 0.71 |
| Hex | EB | 8C | 81 | 0 | 28 | 2D | 8 | 6 | 49 | 47 |
| Octal | 353 | 214 | 201 | 0 | 50 | 55 | 10 | 6 | 111 | 107 |
| Binary | 11101011 | 10001100 | 10000001 | 0 | 101000 | 101101 | 1000 | 110 | 1001001 | 1000111 |
Color Harmonies of #EB8C81
Complementary color
Monochromatic Colors of #EB8C81
Black with #EB8C81
Text Example
Text Example
White with #EB8C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C81; }
p { color: rgb(235,140,129); }
H1.HeaderClassName
{
color: #EB8C81;
}
.AnyTagClassName
{
color: #EB8C81;
}
</style>
background-color css
<style>
a { background-color: #EB8C81; }
a { background-color: rgb(235,140,129); }
div.DivClassName
{
background-color: #EB8C81;
}
.BgClassName
{
background-color: #EB8C81;
}
</style>
border-color css
<style>
span { border-color: #EB8C81; }
span { border-color: rgb(235,140,129); }
td.TdClassName
{
border-color: #EB8C81;
}
.TagClassName
{
border-color: #EB8C81;
}
</style>