Shades of Cupid #EEB3BF
Tints of Cupid #EEB3BF
RGB
CMYK
RGB Variations
Color information
#EEB3BF (or 0xEEB3BF) is known color: Cupid. HEX triplet: EE, B3 and BF. RGB value is (238,179,191). Sum of RGB (Red+Green+Blue) = 238+179+191=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB3BF is #114C40. Grayscale: #C6C6C6. Windows color (decimal): -1133633 or 12563438. OLE color: 12563438.
HSL color Cylindrical-coordinate representation of color #EEB3BF: hue angle of 347.8º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEB3BF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 191 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 347.8º | 0.63% | 0.82% | - |
| HSV(B) | 347.8º | 0.25% | 0.93% | - |
| XYZ | 60.78 | 54.18 | 56.54 | - |
| YUV | 198.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 191 | 0 | 0.25 | 0.20 | 0.07 | 347.8 | 0.63 | 0.82 |
| Hex | EE | B3 | BF | 0 | 19 | 14 | 7 | 15C | 3F | 52 |
| Octal | 356 | 263 | 277 | 0 | 31 | 24 | 7 | 534 | 77 | 122 |
| Binary | 11101110 | 10110011 | 10111111 | 0 | 11001 | 10100 | 111 | 101011100 | 111111 | 1010010 |
Color Harmonies of #EEB3BF
Complementary color
Monochromatic Colors of #EEB3BF
Black with #EEB3BF
Text Example
Text Example
White with #EEB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB3BF; }
p { color: rgb(238,179,191); }
H1.HeaderClassName
{
color: #EEB3BF;
}
.AnyTagClassName
{
color: #EEB3BF;
}
</style>
background-color css
<style>
a { background-color: #EEB3BF; }
a { background-color: rgb(238,179,191); }
div.DivClassName
{
background-color: #EEB3BF;
}
.BgClassName
{
background-color: #EEB3BF;
}
</style>
border-color css
<style>
span { border-color: #EEB3BF; }
span { border-color: rgb(238,179,191); }
td.TdClassName
{
border-color: #EEB3BF;
}
.TagClassName
{
border-color: #EEB3BF;
}
</style>