Shades of Classic Rose #EEBADB
Tints of Classic Rose #EEBADB
RGB
CMYK
RGB Variations
Color information
#EEBADB (or 0xEEBADB) is known color: Classic Rose. HEX triplet: EE, BA and DB. RGB value is (238,186,219). Sum of RGB (Red+Green+Blue) = 238+186+219=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBADB is #114524. Grayscale: #CDCDCD. Windows color (decimal): -1131813 or 14400238. OLE color: 14400238.
HSL color Cylindrical-coordinate representation of color #EEBADB: hue angle of 321.92º 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 #EEBADB is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 219 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 321.92º | 0.6% | 0.83% | - |
| HSV(B) | 321.92º | 0.22% | 0.93% | - |
| XYZ | 65.6 | 58.41 | 74.83 | - |
| YUV | 205.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 219 | 0 | 0.22 | 0.08 | 0.07 | 321.92 | 0.6 | 0.83 |
| Hex | EE | BA | DB | 0 | 16 | 8 | 7 | 142 | 3C | 53 |
| Octal | 356 | 272 | 333 | 0 | 26 | 10 | 7 | 502 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11011011 | 0 | 10110 | 1000 | 111 | 101000010 | 111100 | 1010011 |
Color Harmonies of #EEBADB
Complementary color
Monochromatic Colors of #EEBADB
Black with #EEBADB
Text Example
Text Example
White with #EEBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBADB; }
p { color: rgb(238,186,219); }
H1.HeaderClassName
{
color: #EEBADB;
}
.AnyTagClassName
{
color: #EEBADB;
}
</style>
background-color css
<style>
a { background-color: #EEBADB; }
a { background-color: rgb(238,186,219); }
div.DivClassName
{
background-color: #EEBADB;
}
.BgClassName
{
background-color: #EEBADB;
}
</style>
border-color css
<style>
span { border-color: #EEBADB; }
span { border-color: rgb(238,186,219); }
td.TdClassName
{
border-color: #EEBADB;
}
.TagClassName
{
border-color: #EEBADB;
}
</style>