Shades of Classic Rose #EBBED2
Tints of Classic Rose #EBBED2
RGB
CMYK
RGB Variations
Color information
#EBBED2 (or 0xEBBED2) is known color: Classic Rose. HEX triplet: EB, BE and D2. RGB value is (235,190,210). Sum of RGB (Red+Green+Blue) = 235+190+210=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBED2 is #14412D. Grayscale: #CDCDCD. Windows color (decimal): -1327406 or 13811435. OLE color: 13811435.
HSL color Cylindrical-coordinate representation of color #EBBED2: hue angle of 333.33º 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 #EBBED2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 210 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.08 |
| HSL | 333.33º | 0.53% | 0.83% | - |
| HSV(B) | 333.33º | 0.19% | 0.92% | - |
| XYZ | 64.31 | 59.14 | 69 | - |
| YUV | 205.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 210 | 0 | 0.19 | 0.11 | 0.08 | 333.33 | 0.53 | 0.83 |
| Hex | EB | BE | D2 | 0 | 13 | B | 8 | 14D | 35 | 53 |
| Octal | 353 | 276 | 322 | 0 | 23 | 13 | 10 | 515 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11010010 | 0 | 10011 | 1011 | 1000 | 101001101 | 110101 | 1010011 |
Color Harmonies of #EBBED2
Complementary color
Monochromatic Colors of #EBBED2
Black with #EBBED2
Text Example
Text Example
White with #EBBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBED2; }
p { color: rgb(235,190,210); }
H1.HeaderClassName
{
color: #EBBED2;
}
.AnyTagClassName
{
color: #EBBED2;
}
</style>
background-color css
<style>
a { background-color: #EBBED2; }
a { background-color: rgb(235,190,210); }
div.DivClassName
{
background-color: #EBBED2;
}
.BgClassName
{
background-color: #EBBED2;
}
</style>
border-color css
<style>
span { border-color: #EBBED2; }
span { border-color: rgb(235,190,210); }
td.TdClassName
{
border-color: #EBBED2;
}
.TagClassName
{
border-color: #EBBED2;
}
</style>