Shades of Classic Rose #EAD7E2
Tints of Classic Rose #EAD7E2
RGB
CMYK
RGB Variations
Color information
#EAD7E2 (or 0xEAD7E2) is known color: Classic Rose. HEX triplet: EA, D7 and E2. RGB value is (234,215,226). Sum of RGB (Red+Green+Blue) = 234+215+226=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7E2 is #15281D. Grayscale: #DDDDDD. Windows color (decimal): -1386526 or 14866410. OLE color: 14866410.
HSL color Cylindrical-coordinate representation of color #EAD7E2: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAD7E2 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 215 | 226 | - |
CMYK | 0 | 0.08 | 0.03 | 0.08 |
HSL | 325.26º | 0.31% | 0.88% | - |
HSV(B) | 325.26º | 0.08% | 0.92% | - |
XYZ | 71.96 | 71.58 | 81.98 | - |
YUV | 221.94 | 130.29 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 215 | 226 | 0 | 0.08 | 0.03 | 0.08 | 325.26 | 0.31 | 0.88 |
Hex | EA | D7 | E2 | 0 | 8 | 3 | 8 | 145 | 1F | 58 |
Octal | 352 | 327 | 342 | 0 | 10 | 3 | 10 | 505 | 37 | 130 |
Binary | 11101010 | 11010111 | 11100010 | 0 | 1000 | 11 | 1000 | 101000101 | 11111 | 1011000 |
Color Harmonies of #EAD7E2
Complementary color
Monochromatic Colors of #EAD7E2
Black with #EAD7E2
Text Example
Text Example
White with #EAD7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7E2; }
p { color: rgb(234,215,226); }
H1.HeaderClassName
{
color: #EAD7E2;
}
.AnyTagClassName
{
color: #EAD7E2;
}
</style>
background-color css
<style>
a { background-color: #EAD7E2; }
a { background-color: rgb(234,215,226); }
div.DivClassName
{
background-color: #EAD7E2;
}
.BgClassName
{
background-color: #EAD7E2;
}
</style>
border-color css
<style>
span { border-color: #EAD7E2; }
span { border-color: rgb(234,215,226); }
td.TdClassName
{
border-color: #EAD7E2;
}
.TagClassName
{
border-color: #EAD7E2;
}
</style>