Shades of Classic Rose #EAD5E2
Tints of Classic Rose #EAD5E2
RGB
CMYK
RGB Variations
Color information
#EAD5E2 (or 0xEAD5E2) is known color: Classic Rose. HEX triplet: EA, D5 and E2. RGB value is (234,213,226). Sum of RGB (Red+Green+Blue) = 234+213+226=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5E2 is #152A1D. Grayscale: #DCDCDC. Windows color (decimal): -1387038 or 14865898. OLE color: 14865898.
HSL color Cylindrical-coordinate representation of color #EAD5E2: hue angle of 322.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD5E2 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 213 | 226 | - |
CMYK | 0 | 0.09 | 0.03 | 0.08 |
HSL | 322.86º | 0.33% | 0.88% | - |
HSV(B) | 322.86º | 0.09% | 0.92% | - |
XYZ | 71.45 | 70.57 | 81.81 | - |
YUV | 220.76 | 130.96 | 137.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 226 | 0 | 0.09 | 0.03 | 0.08 | 322.86 | 0.33 | 0.88 |
Hex | EA | D5 | E2 | 0 | 9 | 3 | 8 | 143 | 21 | 58 |
Octal | 352 | 325 | 342 | 0 | 11 | 3 | 10 | 503 | 41 | 130 |
Binary | 11101010 | 11010101 | 11100010 | 0 | 1001 | 11 | 1000 | 101000011 | 100001 | 1011000 |
Color Harmonies of #EAD5E2
Complementary color
Monochromatic Colors of #EAD5E2
Black with #EAD5E2
Text Example
Text Example
White with #EAD5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5E2; }
p { color: rgb(234,213,226); }
H1.HeaderClassName
{
color: #EAD5E2;
}
.AnyTagClassName
{
color: #EAD5E2;
}
</style>
background-color css
<style>
a { background-color: #EAD5E2; }
a { background-color: rgb(234,213,226); }
div.DivClassName
{
background-color: #EAD5E2;
}
.BgClassName
{
background-color: #EAD5E2;
}
</style>
border-color css
<style>
span { border-color: #EAD5E2; }
span { border-color: rgb(234,213,226); }
td.TdClassName
{
border-color: #EAD5E2;
}
.TagClassName
{
border-color: #EAD5E2;
}
</style>