Shades of Classic Rose #EEBAD3
Tints of Classic Rose #EEBAD3
RGB
CMYK
RGB Variations
Color information
#EEBAD3 (or 0xEEBAD3) is known color: Classic Rose. HEX triplet: EE, BA and D3. RGB value is (238,186,211). Sum of RGB (Red+Green+Blue) = 238+186+211=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD3 is #11452C. Grayscale: #CCCCCC. Windows color (decimal): -1131821 or 13875950. OLE color: 13875950.
HSL color Cylindrical-coordinate representation of color #EEBAD3: hue angle of 331.15º 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 #EEBAD3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 211 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.07 |
| HSL | 331.15º | 0.6% | 0.83% | - |
| HSV(B) | 331.15º | 0.22% | 0.93% | - |
| XYZ | 64.58 | 58 | 69.42 | - |
| YUV | 204.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 211 | 0 | 0.22 | 0.11 | 0.07 | 331.15 | 0.6 | 0.83 |
| Hex | EE | BA | D3 | 0 | 16 | B | 7 | 14B | 3C | 53 |
| Octal | 356 | 272 | 323 | 0 | 26 | 13 | 7 | 513 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11010011 | 0 | 10110 | 1011 | 111 | 101001011 | 111100 | 1010011 |
Color Harmonies of #EEBAD3
Complementary color
Monochromatic Colors of #EEBAD3
Black with #EEBAD3
Text Example
Text Example
White with #EEBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAD3; }
p { color: rgb(238,186,211); }
H1.HeaderClassName
{
color: #EEBAD3;
}
.AnyTagClassName
{
color: #EEBAD3;
}
</style>
background-color css
<style>
a { background-color: #EEBAD3; }
a { background-color: rgb(238,186,211); }
div.DivClassName
{
background-color: #EEBAD3;
}
.BgClassName
{
background-color: #EEBAD3;
}
</style>
border-color css
<style>
span { border-color: #EEBAD3; }
span { border-color: rgb(238,186,211); }
td.TdClassName
{
border-color: #EEBAD3;
}
.TagClassName
{
border-color: #EEBAD3;
}
</style>