Shades of Cupid #EAADBF
Tints of Cupid #EAADBF
RGB
CMYK
RGB Variations
Color information
#EAADBF (or 0xEAADBF) is known color: Cupid. HEX triplet: EA, AD and BF. RGB value is (234,173,191). Sum of RGB (Red+Green+Blue) = 234+173+191=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBF is #155240. Grayscale: #C1C1C1. Windows color (decimal): -1397313 or 12561898. OLE color: 12561898.
HSL color Cylindrical-coordinate representation of color #EAADBF: hue angle of 342.3º degrees, saturation: 0.59, 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 #EAADBF is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 191 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.08 |
| HSL | 342.3º | 0.59% | 0.8% | - |
| HSV(B) | 342.3º | 0.26% | 0.92% | - |
| XYZ | 58.28 | 51.14 | 56.09 | - |
| YUV | 193.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 191 | 0 | 0.26 | 0.18 | 0.08 | 342.3 | 0.59 | 0.8 |
| Hex | EA | AD | BF | 0 | 1A | 12 | 8 | 156 | 3B | 50 |
| Octal | 352 | 255 | 277 | 0 | 32 | 22 | 10 | 526 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10111111 | 0 | 11010 | 10010 | 1000 | 101010110 | 111011 | 1010000 |
Color Harmonies of #EAADBF
Complementary color
Monochromatic Colors of #EAADBF
Black with #EAADBF
Text Example
Text Example
White with #EAADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADBF; }
p { color: rgb(234,173,191); }
H1.HeaderClassName
{
color: #EAADBF;
}
.AnyTagClassName
{
color: #EAADBF;
}
</style>
background-color css
<style>
a { background-color: #EAADBF; }
a { background-color: rgb(234,173,191); }
div.DivClassName
{
background-color: #EAADBF;
}
.BgClassName
{
background-color: #EAADBF;
}
</style>
border-color css
<style>
span { border-color: #EAADBF; }
span { border-color: rgb(234,173,191); }
td.TdClassName
{
border-color: #EAADBF;
}
.TagClassName
{
border-color: #EAADBF;
}
</style>