Shades of Classic Rose #EEBAD6
Tints of Classic Rose #EEBAD6
RGB
CMYK
RGB Variations
Color information
#EEBAD6 (or 0xEEBAD6) is known color: Classic Rose. HEX triplet: EE, BA and D6. RGB value is (238,186,214). Sum of RGB (Red+Green+Blue) = 238+186+214=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD6 is #114529. Grayscale: #CCCCCC. Windows color (decimal): -1131818 or 14072558. OLE color: 14072558.
HSL color Cylindrical-coordinate representation of color #EEBAD6: hue angle of 327.69º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAD6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 214 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.07 |
| HSL | 327.69º | 0.6% | 0.83% | - |
| HSV(B) | 327.69º | 0.22% | 0.93% | - |
| XYZ | 64.96 | 58.15 | 71.42 | - |
| YUV | 204.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 214 | 0 | 0.22 | 0.10 | 0.07 | 327.69 | 0.6 | 0.83 |
| Hex | EE | BA | D6 | 0 | 16 | A | 7 | 148 | 3C | 53 |
| Octal | 356 | 272 | 326 | 0 | 26 | 12 | 7 | 510 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11010110 | 0 | 10110 | 1010 | 111 | 101001000 | 111100 | 1010011 |
Color Harmonies of #EEBAD6
Complementary color
Monochromatic Colors of #EEBAD6
Black with #EEBAD6
Text Example
Text Example
White with #EEBAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAD6; }
p { color: rgb(238,186,214); }
H1.HeaderClassName
{
color: #EEBAD6;
}
.AnyTagClassName
{
color: #EEBAD6;
}
</style>
background-color css
<style>
a { background-color: #EEBAD6; }
a { background-color: rgb(238,186,214); }
div.DivClassName
{
background-color: #EEBAD6;
}
.BgClassName
{
background-color: #EEBAD6;
}
</style>
border-color css
<style>
span { border-color: #EEBAD6; }
span { border-color: rgb(238,186,214); }
td.TdClassName
{
border-color: #EEBAD6;
}
.TagClassName
{
border-color: #EEBAD6;
}
</style>