Shades of Classic Rose #EBBCD4
Tints of Classic Rose #EBBCD4
RGB
CMYK
RGB Variations
Color information
#EBBCD4 (or 0xEBBCD4) is known color: Classic Rose. HEX triplet: EB, BC and D4. RGB value is (235,188,212). Sum of RGB (Red+Green+Blue) = 235+188+212=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD4 is #14432B. Grayscale: #CCCCCC. Windows color (decimal): -1327916 or 13941995. OLE color: 13941995.
HSL color Cylindrical-coordinate representation of color #EBBCD4: hue angle of 329.36º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD4 is Cyan = 0, Magento = 0.2, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 212 | - |
| CMYK | 0 | 0.2 | 0.10 | 0.08 |
| HSL | 329.36º | 0.54% | 0.83% | - |
| HSV(B) | 329.36º | 0.2% | 0.92% | - |
| XYZ | 64.13 | 58.38 | 70.18 | - |
| YUV | 204.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 212 | 0 | 0.2 | 0.10 | 0.08 | 329.36 | 0.54 | 0.83 |
| Hex | EB | BC | D4 | 0 | 14 | A | 8 | 149 | 36 | 53 |
| Octal | 353 | 274 | 324 | 0 | 24 | 12 | 10 | 511 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11010100 | 0 | 10100 | 1010 | 1000 | 101001001 | 110110 | 1010011 |
Color Harmonies of #EBBCD4
Complementary color
Monochromatic Colors of #EBBCD4
Black with #EBBCD4
Text Example
Text Example
White with #EBBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCD4; }
p { color: rgb(235,188,212); }
H1.HeaderClassName
{
color: #EBBCD4;
}
.AnyTagClassName
{
color: #EBBCD4;
}
</style>
background-color css
<style>
a { background-color: #EBBCD4; }
a { background-color: rgb(235,188,212); }
div.DivClassName
{
background-color: #EBBCD4;
}
.BgClassName
{
background-color: #EBBCD4;
}
</style>
border-color css
<style>
span { border-color: #EBBCD4; }
span { border-color: rgb(235,188,212); }
td.TdClassName
{
border-color: #EBBCD4;
}
.TagClassName
{
border-color: #EBBCD4;
}
</style>