Shades of Cupid #EBAAC1
Tints of Cupid #EBAAC1
RGB
CMYK
RGB Variations
Color information
#EBAAC1 (or 0xEBAAC1) is known color: Cupid. HEX triplet: EB, AA and C1. RGB value is (235,170,193). Sum of RGB (Red+Green+Blue) = 235+170+193=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC1 is #14553E. Grayscale: #C0C0C0. Windows color (decimal): -1332543 or 12692203. OLE color: 12692203.
HSL color Cylindrical-coordinate representation of color #EBAAC1: hue angle of 338.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAC1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 193 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.08 |
| HSL | 338.77º | 0.62% | 0.79% | - |
| HSV(B) | 338.77º | 0.28% | 0.92% | - |
| XYZ | 58.26 | 50.26 | 57.08 | - |
| YUV | 192.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 193 | 0 | 0.28 | 0.18 | 0.08 | 338.77 | 0.62 | 0.79 |
| Hex | EB | AA | C1 | 0 | 1C | 12 | 8 | 153 | 3E | 4F |
| Octal | 353 | 252 | 301 | 0 | 34 | 22 | 10 | 523 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11000001 | 0 | 11100 | 10010 | 1000 | 101010011 | 111110 | 1001111 |
Color Harmonies of #EBAAC1
Complementary color
Monochromatic Colors of #EBAAC1
Black with #EBAAC1
Text Example
Text Example
White with #EBAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAC1; }
p { color: rgb(235,170,193); }
H1.HeaderClassName
{
color: #EBAAC1;
}
.AnyTagClassName
{
color: #EBAAC1;
}
</style>
background-color css
<style>
a { background-color: #EBAAC1; }
a { background-color: rgb(235,170,193); }
div.DivClassName
{
background-color: #EBAAC1;
}
.BgClassName
{
background-color: #EBAAC1;
}
</style>
border-color css
<style>
span { border-color: #EBAAC1; }
span { border-color: rgb(235,170,193); }
td.TdClassName
{
border-color: #EBAAC1;
}
.TagClassName
{
border-color: #EBAAC1;
}
</style>