Shades of Cupid #EEA8BF
Tints of Cupid #EEA8BF
RGB
CMYK
RGB Variations
Color information
#EEA8BF (or 0xEEA8BF) is known color: Cupid. HEX triplet: EE, A8 and BF. RGB value is (238,168,191). Sum of RGB (Red+Green+Blue) = 238+168+191=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8BF is #115740. Grayscale: #BFBFBF. Windows color (decimal): -1136449 or 12560622. OLE color: 12560622.
HSL color Cylindrical-coordinate representation of color #EEA8BF: hue angle of 340.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8BF is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 191 | - |
CMYK | 0 | 0.29 | 0.20 | 0.07 |
HSL | 340.29º | 0.67% | 0.8% | - |
HSV(B) | 340.29º | 0.29% | 0.93% | - |
XYZ | 58.67 | 49.94 | 55.84 | - |
YUV | 191.55 | 127.69 | 161.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 191 | 0 | 0.29 | 0.20 | 0.07 | 340.29 | 0.67 | 0.8 |
Hex | EE | A8 | BF | 0 | 1D | 14 | 7 | 154 | 43 | 50 |
Octal | 356 | 250 | 277 | 0 | 35 | 24 | 7 | 524 | 103 | 120 |
Binary | 11101110 | 10101000 | 10111111 | 0 | 11101 | 10100 | 111 | 101010100 | 1000011 | 1010000 |
Color Harmonies of #EEA8BF
Complementary color
Monochromatic Colors of #EEA8BF
Black with #EEA8BF
Text Example
Text Example
White with #EEA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8BF; }
p { color: rgb(238,168,191); }
H1.HeaderClassName
{
color: #EEA8BF;
}
.AnyTagClassName
{
color: #EEA8BF;
}
</style>
background-color css
<style>
a { background-color: #EEA8BF; }
a { background-color: rgb(238,168,191); }
div.DivClassName
{
background-color: #EEA8BF;
}
.BgClassName
{
background-color: #EEA8BF;
}
</style>
border-color css
<style>
span { border-color: #EEA8BF; }
span { border-color: rgb(238,168,191); }
td.TdClassName
{
border-color: #EEA8BF;
}
.TagClassName
{
border-color: #EEA8BF;
}
</style>