Shades of Classic Rose #EEBEDA
Tints of Classic Rose #EEBEDA
RGB
CMYK
RGB Variations
Color information
#EEBEDA (or 0xEEBEDA) is known color: Classic Rose. HEX triplet: EE, BE and DA. RGB value is (238,190,218). Sum of RGB (Red+Green+Blue) = 238+190+218=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEDA is #114125. Grayscale: #CFCFCF. Windows color (decimal): -1130790 or 14335726. OLE color: 14335726.
HSL color Cylindrical-coordinate representation of color #EEBEDA: hue angle of 325º 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 #EEBEDA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 218 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.07 |
| HSL | 325º | 0.59% | 0.84% | - |
| HSV(B) | 325º | 0.2% | 0.93% | - |
| XYZ | 66.33 | 60.07 | 74.43 | - |
| YUV | 207.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 218 | 0 | 0.20 | 0.08 | 0.07 | 325 | 0.59 | 0.84 |
| Hex | EE | BE | DA | 0 | 14 | 8 | 7 | 145 | 3B | 54 |
| Octal | 356 | 276 | 332 | 0 | 24 | 10 | 7 | 505 | 73 | 124 |
| Binary | 11101110 | 10111110 | 11011010 | 0 | 10100 | 1000 | 111 | 101000101 | 111011 | 1010100 |
Color Harmonies of #EEBEDA
Complementary color
Monochromatic Colors of #EEBEDA
Black with #EEBEDA
Text Example
Text Example
White with #EEBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEDA; }
p { color: rgb(238,190,218); }
H1.HeaderClassName
{
color: #EEBEDA;
}
.AnyTagClassName
{
color: #EEBEDA;
}
</style>
background-color css
<style>
a { background-color: #EEBEDA; }
a { background-color: rgb(238,190,218); }
div.DivClassName
{
background-color: #EEBEDA;
}
.BgClassName
{
background-color: #EEBEDA;
}
</style>
border-color css
<style>
span { border-color: #EEBEDA; }
span { border-color: rgb(238,190,218); }
td.TdClassName
{
border-color: #EEBEDA;
}
.TagClassName
{
border-color: #EEBEDA;
}
</style>