Shades of Cupid #EEA6B8
Tints of Cupid #EEA6B8
RGB
CMYK
RGB Variations
Color information
#EEA6B8 (or 0xEEA6B8) is known color: Cupid. HEX triplet: EE, A6 and B8. RGB value is (238,166,184). Sum of RGB (Red+Green+Blue) = 238+166+184=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6B8 is #115947. Grayscale: #BDBDBD. Windows color (decimal): -1136968 or 12101358. OLE color: 12101358.
HSL color Cylindrical-coordinate representation of color #EEA6B8: hue angle of 345º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6B8 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 184 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.07 |
| HSL | 345º | 0.68% | 0.79% | - |
| HSV(B) | 345º | 0.3% | 0.93% | - |
| XYZ | 57.55 | 48.91 | 51.75 | - |
| YUV | 189.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 184 | 0 | 0.30 | 0.23 | 0.07 | 345 | 0.68 | 0.79 |
| Hex | EE | A6 | B8 | 0 | 1E | 17 | 7 | 159 | 44 | 4F |
| Octal | 356 | 246 | 270 | 0 | 36 | 27 | 7 | 531 | 104 | 117 |
| Binary | 11101110 | 10100110 | 10111000 | 0 | 11110 | 10111 | 111 | 101011001 | 1000100 | 1001111 |
Color Harmonies of #EEA6B8
Complementary color
Monochromatic Colors of #EEA6B8
Black with #EEA6B8
Text Example
Text Example
White with #EEA6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6B8; }
p { color: rgb(238,166,184); }
H1.HeaderClassName
{
color: #EEA6B8;
}
.AnyTagClassName
{
color: #EEA6B8;
}
</style>
background-color css
<style>
a { background-color: #EEA6B8; }
a { background-color: rgb(238,166,184); }
div.DivClassName
{
background-color: #EEA6B8;
}
.BgClassName
{
background-color: #EEA6B8;
}
</style>
border-color css
<style>
span { border-color: #EEA6B8; }
span { border-color: rgb(238,166,184); }
td.TdClassName
{
border-color: #EEA6B8;
}
.TagClassName
{
border-color: #EEA6B8;
}
</style>