Shades of Cupid #EBAEC3
Tints of Cupid #EBAEC3
RGB
CMYK
RGB Variations
Color information
#EBAEC3 (or 0xEBAEC3) is known color: Cupid. HEX triplet: EB, AE and C3. RGB value is (235,174,195). Sum of RGB (Red+Green+Blue) = 235+174+195=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEC3 is #14513C. Grayscale: #C2C2C2. Windows color (decimal): -1331517 or 12824299. OLE color: 12824299.
HSL color Cylindrical-coordinate representation of color #EBAEC3: hue angle of 339.34º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEC3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 195 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 339.34º | 0.6% | 0.8% | - |
| HSV(B) | 339.34º | 0.26% | 0.92% | - |
| XYZ | 59.25 | 51.87 | 58.52 | - |
| YUV | 194.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 195 | 0 | 0.26 | 0.17 | 0.08 | 339.34 | 0.6 | 0.8 |
| Hex | EB | AE | C3 | 0 | 1A | 11 | 8 | 153 | 3C | 50 |
| Octal | 353 | 256 | 303 | 0 | 32 | 21 | 10 | 523 | 74 | 120 |
| Binary | 11101011 | 10101110 | 11000011 | 0 | 11010 | 10001 | 1000 | 101010011 | 111100 | 1010000 |
Color Harmonies of #EBAEC3
Complementary color
Monochromatic Colors of #EBAEC3
Black with #EBAEC3
Text Example
Text Example
White with #EBAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEC3; }
p { color: rgb(235,174,195); }
H1.HeaderClassName
{
color: #EBAEC3;
}
.AnyTagClassName
{
color: #EBAEC3;
}
</style>
background-color css
<style>
a { background-color: #EBAEC3; }
a { background-color: rgb(235,174,195); }
div.DivClassName
{
background-color: #EBAEC3;
}
.BgClassName
{
background-color: #EBAEC3;
}
</style>
border-color css
<style>
span { border-color: #EBAEC3; }
span { border-color: rgb(235,174,195); }
td.TdClassName
{
border-color: #EBAEC3;
}
.TagClassName
{
border-color: #EBAEC3;
}
</style>