Shades of Classic Rose #EBBED6
Tints of Classic Rose #EBBED6
RGB
CMYK
RGB Variations
Color information
#EBBED6 (or 0xEBBED6) is known color: Classic Rose. HEX triplet: EB, BE and D6. RGB value is (235,190,214). Sum of RGB (Red+Green+Blue) = 235+190+214=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED6 is #144129. Grayscale: #CECECE. Windows color (decimal): -1327402 or 14073579. OLE color: 14073579.
HSL color Cylindrical-coordinate representation of color #EBBED6: hue angle of 328º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBED6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 214 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.08 |
| HSL | 328º | 0.53% | 0.83% | - |
| HSV(B) | 328º | 0.19% | 0.92% | - |
| XYZ | 64.81 | 59.34 | 71.66 | - |
| YUV | 206.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 214 | 0 | 0.19 | 0.09 | 0.08 | 328 | 0.53 | 0.83 |
| Hex | EB | BE | D6 | 0 | 13 | 9 | 8 | 148 | 35 | 53 |
| Octal | 353 | 276 | 326 | 0 | 23 | 11 | 10 | 510 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11010110 | 0 | 10011 | 1001 | 1000 | 101001000 | 110101 | 1010011 |
Color Harmonies of #EBBED6
Complementary color
Monochromatic Colors of #EBBED6
Black with #EBBED6
Text Example
Text Example
White with #EBBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBED6; }
p { color: rgb(235,190,214); }
H1.HeaderClassName
{
color: #EBBED6;
}
.AnyTagClassName
{
color: #EBBED6;
}
</style>
background-color css
<style>
a { background-color: #EBBED6; }
a { background-color: rgb(235,190,214); }
div.DivClassName
{
background-color: #EBBED6;
}
.BgClassName
{
background-color: #EBBED6;
}
</style>
border-color css
<style>
span { border-color: #EBBED6; }
span { border-color: rgb(235,190,214); }
td.TdClassName
{
border-color: #EBBED6;
}
.TagClassName
{
border-color: #EBBED6;
}
</style>