Shades of Classic Rose #EAD3E2
Tints of Classic Rose #EAD3E2
RGB
CMYK
RGB Variations
Color information
#EAD3E2 (or 0xEAD3E2) is known color: Classic Rose. HEX triplet: EA, D3 and E2. RGB value is (234,211,226). Sum of RGB (Red+Green+Blue) = 234+211+226=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3E2 is #152C1D. Grayscale: #DBDBDB. Windows color (decimal): -1387550 or 14865386. OLE color: 14865386.
HSL color Cylindrical-coordinate representation of color #EAD3E2: hue angle of 320.87º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD3E2 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 226 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.08 |
| HSL | 320.87º | 0.35% | 0.87% | - |
| HSV(B) | 320.87º | 0.1% | 0.92% | - |
| XYZ | 70.95 | 69.57 | 81.64 | - |
| YUV | 219.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 226 | 0 | 0.10 | 0.03 | 0.08 | 320.87 | 0.35 | 0.87 |
| Hex | EA | D3 | E2 | 0 | A | 3 | 8 | 141 | 23 | 57 |
| Octal | 352 | 323 | 342 | 0 | 12 | 3 | 10 | 501 | 43 | 127 |
| Binary | 11101010 | 11010011 | 11100010 | 0 | 1010 | 11 | 1000 | 101000001 | 100011 | 1010111 |
Color Harmonies of #EAD3E2
Complementary color
Monochromatic Colors of #EAD3E2
Black with #EAD3E2
Text Example
Text Example
White with #EAD3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3E2; }
p { color: rgb(234,211,226); }
H1.HeaderClassName
{
color: #EAD3E2;
}
.AnyTagClassName
{
color: #EAD3E2;
}
</style>
background-color css
<style>
a { background-color: #EAD3E2; }
a { background-color: rgb(234,211,226); }
div.DivClassName
{
background-color: #EAD3E2;
}
.BgClassName
{
background-color: #EAD3E2;
}
</style>
border-color css
<style>
span { border-color: #EAD3E2; }
span { border-color: rgb(234,211,226); }
td.TdClassName
{
border-color: #EAD3E2;
}
.TagClassName
{
border-color: #EAD3E2;
}
</style>