Shades of Cupid #EBAAC3
Tints of Cupid #EBAAC3
RGB
CMYK
RGB Variations
Color information
#EBAAC3 (or 0xEBAAC3) is known color: Cupid. HEX triplet: EB, AA and C3. RGB value is (235,170,195). Sum of RGB (Red+Green+Blue) = 235+170+195=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC3 is #14553C. Grayscale: #C0C0C0. Windows color (decimal): -1332541 or 12823275. OLE color: 12823275.
HSL color Cylindrical-coordinate representation of color #EBAAC3: hue angle of 336.92º 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 #EBAAC3 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 195 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.08 |
| HSL | 336.92º | 0.62% | 0.79% | - |
| HSV(B) | 336.92º | 0.28% | 0.92% | - |
| XYZ | 58.49 | 50.35 | 58.27 | - |
| YUV | 192.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 195 | 0 | 0.28 | 0.17 | 0.08 | 336.92 | 0.62 | 0.79 |
| Hex | EB | AA | C3 | 0 | 1C | 11 | 8 | 151 | 3E | 4F |
| Octal | 353 | 252 | 303 | 0 | 34 | 21 | 10 | 521 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11000011 | 0 | 11100 | 10001 | 1000 | 101010001 | 111110 | 1001111 |
Color Harmonies of #EBAAC3
Complementary color
Monochromatic Colors of #EBAAC3
Black with #EBAAC3
Text Example
Text Example
White with #EBAAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAC3; }
p { color: rgb(235,170,195); }
H1.HeaderClassName
{
color: #EBAAC3;
}
.AnyTagClassName
{
color: #EBAAC3;
}
</style>
background-color css
<style>
a { background-color: #EBAAC3; }
a { background-color: rgb(235,170,195); }
div.DivClassName
{
background-color: #EBAAC3;
}
.BgClassName
{
background-color: #EBAAC3;
}
</style>
border-color css
<style>
span { border-color: #EBAAC3; }
span { border-color: rgb(235,170,195); }
td.TdClassName
{
border-color: #EBAAC3;
}
.TagClassName
{
border-color: #EBAAC3;
}
</style>