Shades of Cupid #EBAEC2
Tints of Cupid #EBAEC2
RGB
CMYK
RGB Variations
Color information
#EBAEC2 (or 0xEBAEC2) is known color: Cupid. HEX triplet: EB, AE and C2. RGB value is (235,174,194). Sum of RGB (Red+Green+Blue) = 235+174+194=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEC2 is #14513D. Grayscale: #C2C2C2. Windows color (decimal): -1331518 or 12758763. OLE color: 12758763.
HSL color Cylindrical-coordinate representation of color #EBAEC2: hue angle of 340.33º 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 #EBAEC2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 174 | 194 | - |
CMYK | 0 | 0.26 | 0.17 | 0.08 |
HSL | 340.33º | 0.6% | 0.8% | - |
HSV(B) | 340.33º | 0.26% | 0.92% | - |
XYZ | 59.13 | 51.83 | 57.93 | - |
YUV | 194.52 | 127.71 | 156.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 174 | 194 | 0 | 0.26 | 0.17 | 0.08 | 340.33 | 0.6 | 0.8 |
Hex | EB | AE | C2 | 0 | 1A | 11 | 8 | 154 | 3C | 50 |
Octal | 353 | 256 | 302 | 0 | 32 | 21 | 10 | 524 | 74 | 120 |
Binary | 11101011 | 10101110 | 11000010 | 0 | 11010 | 10001 | 1000 | 101010100 | 111100 | 1010000 |
Color Harmonies of #EBAEC2
Complementary color
Monochromatic Colors of #EBAEC2
Black with #EBAEC2
Text Example
Text Example
White with #EBAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEC2; }
p { color: rgb(235,174,194); }
H1.HeaderClassName
{
color: #EBAEC2;
}
.AnyTagClassName
{
color: #EBAEC2;
}
</style>
background-color css
<style>
a { background-color: #EBAEC2; }
a { background-color: rgb(235,174,194); }
div.DivClassName
{
background-color: #EBAEC2;
}
.BgClassName
{
background-color: #EBAEC2;
}
</style>
border-color css
<style>
span { border-color: #EBAEC2; }
span { border-color: rgb(235,174,194); }
td.TdClassName
{
border-color: #EBAEC2;
}
.TagClassName
{
border-color: #EBAEC2;
}
</style>