Shades of Classic Rose #EEBEDB
Tints of Classic Rose #EEBEDB
RGB
CMYK
RGB Variations
Color information
#EEBEDB (or 0xEEBEDB) is known color: Classic Rose. HEX triplet: EE, BE and DB. RGB value is (238,190,219). Sum of RGB (Red+Green+Blue) = 238+190+219=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEDB is #114124. Grayscale: #CFCFCF. Windows color (decimal): -1130789 or 14401262. OLE color: 14401262.
HSL color Cylindrical-coordinate representation of color #EEBEDB: hue angle of 323.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBEDB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 219 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 323.75º | 0.59% | 0.84% | - |
| HSV(B) | 323.75º | 0.2% | 0.93% | - |
| XYZ | 66.46 | 60.12 | 75.12 | - |
| YUV | 207.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 219 | 0 | 0.20 | 0.08 | 0.07 | 323.75 | 0.59 | 0.84 |
| Hex | EE | BE | DB | 0 | 14 | 8 | 7 | 144 | 3B | 54 |
| Octal | 356 | 276 | 333 | 0 | 24 | 10 | 7 | 504 | 73 | 124 |
| Binary | 11101110 | 10111110 | 11011011 | 0 | 10100 | 1000 | 111 | 101000100 | 111011 | 1010100 |
Color Harmonies of #EEBEDB
Complementary color
Monochromatic Colors of #EEBEDB
Black with #EEBEDB
Text Example
Text Example
White with #EEBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEDB; }
p { color: rgb(238,190,219); }
H1.HeaderClassName
{
color: #EEBEDB;
}
.AnyTagClassName
{
color: #EEBEDB;
}
</style>
background-color css
<style>
a { background-color: #EEBEDB; }
a { background-color: rgb(238,190,219); }
div.DivClassName
{
background-color: #EEBEDB;
}
.BgClassName
{
background-color: #EEBEDB;
}
</style>
border-color css
<style>
span { border-color: #EEBEDB; }
span { border-color: rgb(238,190,219); }
td.TdClassName
{
border-color: #EEBEDB;
}
.TagClassName
{
border-color: #EEBEDB;
}
</style>