Shades of Classic Rose #EEB9DA
Tints of Classic Rose #EEB9DA
RGB
CMYK
RGB Variations
Color information
#EEB9DA (or 0xEEB9DA) is known color: Classic Rose. HEX triplet: EE, B9 and DA. RGB value is (238,185,218). Sum of RGB (Red+Green+Blue) = 238+185+218=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9DA is #114625. Grayscale: #CCCCCC. Windows color (decimal): -1132070 or 14334446. OLE color: 14334446.
HSL color Cylindrical-coordinate representation of color #EEB9DA: hue angle of 322.64º degrees, saturation: 0.61, 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 #EEB9DA is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 218 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 322.64º | 0.61% | 0.83% | - |
| HSV(B) | 322.64º | 0.22% | 0.93% | - |
| XYZ | 65.26 | 57.94 | 74.07 | - |
| YUV | 204.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 218 | 0 | 0.22 | 0.08 | 0.07 | 322.64 | 0.61 | 0.83 |
| Hex | EE | B9 | DA | 0 | 16 | 8 | 7 | 143 | 3D | 53 |
| Octal | 356 | 271 | 332 | 0 | 26 | 10 | 7 | 503 | 75 | 123 |
| Binary | 11101110 | 10111001 | 11011010 | 0 | 10110 | 1000 | 111 | 101000011 | 111101 | 1010011 |
Color Harmonies of #EEB9DA
Complementary color
Monochromatic Colors of #EEB9DA
Black with #EEB9DA
Text Example
Text Example
White with #EEB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9DA; }
p { color: rgb(238,185,218); }
H1.HeaderClassName
{
color: #EEB9DA;
}
.AnyTagClassName
{
color: #EEB9DA;
}
</style>
background-color css
<style>
a { background-color: #EEB9DA; }
a { background-color: rgb(238,185,218); }
div.DivClassName
{
background-color: #EEB9DA;
}
.BgClassName
{
background-color: #EEB9DA;
}
</style>
border-color css
<style>
span { border-color: #EEB9DA; }
span { border-color: rgb(238,185,218); }
td.TdClassName
{
border-color: #EEB9DA;
}
.TagClassName
{
border-color: #EEB9DA;
}
</style>