Shades of Classic Rose #EECAD7
Tints of Classic Rose #EECAD7
RGB
CMYK
RGB Variations
Color information
#EECAD7 (or 0xEECAD7) is known color: Classic Rose. HEX triplet: EE, CA and D7. RGB value is (238,202,215). Sum of RGB (Red+Green+Blue) = 238+202+215=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD7 is #113528. Grayscale: #D6D6D6. Windows color (decimal): -1127721 or 14142190. OLE color: 14142190.
HSL color Cylindrical-coordinate representation of color #EECAD7: hue angle of 338.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECAD7 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 215 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.07 |
| HSL | 338.33º | 0.51% | 0.86% | - |
| HSV(B) | 338.33º | 0.15% | 0.93% | - |
| XYZ | 68.65 | 65.32 | 73.28 | - |
| YUV | 214.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 215 | 0 | 0.15 | 0.10 | 0.07 | 338.33 | 0.51 | 0.86 |
| Hex | EE | CA | D7 | 0 | F | A | 7 | 152 | 33 | 56 |
| Octal | 356 | 312 | 327 | 0 | 17 | 12 | 7 | 522 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11010111 | 0 | 1111 | 1010 | 111 | 101010010 | 110011 | 1010110 |
Color Harmonies of #EECAD7
Complementary color
Monochromatic Colors of #EECAD7
Black with #EECAD7
Text Example
Text Example
White with #EECAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAD7; }
p { color: rgb(238,202,215); }
H1.HeaderClassName
{
color: #EECAD7;
}
.AnyTagClassName
{
color: #EECAD7;
}
</style>
background-color css
<style>
a { background-color: #EECAD7; }
a { background-color: rgb(238,202,215); }
div.DivClassName
{
background-color: #EECAD7;
}
.BgClassName
{
background-color: #EECAD7;
}
</style>
border-color css
<style>
span { border-color: #EECAD7; }
span { border-color: rgb(238,202,215); }
td.TdClassName
{
border-color: #EECAD7;
}
.TagClassName
{
border-color: #EECAD7;
}
</style>