Shades of Classic Rose #EAD1E2
Tints of Classic Rose #EAD1E2
RGB
CMYK
RGB Variations
Color information
#EAD1E2 (or 0xEAD1E2) is known color: Classic Rose. HEX triplet: EA, D1 and E2. RGB value is (234,209,226). Sum of RGB (Red+Green+Blue) = 234+209+226=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1E2 is #152E1D. Grayscale: #DADADA. Windows color (decimal): -1388062 or 14864874. OLE color: 14864874.
HSL color Cylindrical-coordinate representation of color #EAD1E2: hue angle of 319.2º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD1E2 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 209 | 226 | - |
CMYK | 0 | 0.11 | 0.03 | 0.08 |
HSL | 319.2º | 0.37% | 0.87% | - |
HSV(B) | 319.2º | 0.11% | 0.92% | - |
XYZ | 70.46 | 68.58 | 81.48 | - |
YUV | 218.41 | 132.28 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 209 | 226 | 0 | 0.11 | 0.03 | 0.08 | 319.2 | 0.37 | 0.87 |
Hex | EA | D1 | E2 | 0 | B | 3 | 8 | 13F | 25 | 57 |
Octal | 352 | 321 | 342 | 0 | 13 | 3 | 10 | 477 | 45 | 127 |
Binary | 11101010 | 11010001 | 11100010 | 0 | 1011 | 11 | 1000 | 100111111 | 100101 | 1010111 |
Color Harmonies of #EAD1E2
Complementary color
Monochromatic Colors of #EAD1E2
Black with #EAD1E2
Text Example
Text Example
White with #EAD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD1E2; }
p { color: rgb(234,209,226); }
H1.HeaderClassName
{
color: #EAD1E2;
}
.AnyTagClassName
{
color: #EAD1E2;
}
</style>
background-color css
<style>
a { background-color: #EAD1E2; }
a { background-color: rgb(234,209,226); }
div.DivClassName
{
background-color: #EAD1E2;
}
.BgClassName
{
background-color: #EAD1E2;
}
</style>
border-color css
<style>
span { border-color: #EAD1E2; }
span { border-color: rgb(234,209,226); }
td.TdClassName
{
border-color: #EAD1E2;
}
.TagClassName
{
border-color: #EAD1E2;
}
</style>