Shades of Classic Rose #EAD3E3
Tints of Classic Rose #EAD3E3
RGB
CMYK
RGB Variations
Color information
#EAD3E3 (or 0xEAD3E3) is known color: Classic Rose. HEX triplet: EA, D3 and E3. RGB value is (234,211,227). Sum of RGB (Red+Green+Blue) = 234+211+227=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 211 (82.81% from 255 or 31.40% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3E3 is #152C1C. Grayscale: #DBDBDB. Windows color (decimal): -1387549 or 14930922. OLE color: 14930922.
HSL color Cylindrical-coordinate representation of color #EAD3E3: hue angle of 318.26º 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 #EAD3E3 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 211 | 227 | - |
CMYK | 0 | 0.10 | 0.03 | 0.08 |
HSL | 318.26º | 0.35% | 0.87% | - |
HSV(B) | 318.26º | 0.1% | 0.92% | - |
XYZ | 71.09 | 69.63 | 82.37 | - |
YUV | 219.7 | 132.12 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 211 | 227 | 0 | 0.10 | 0.03 | 0.08 | 318.26 | 0.35 | 0.87 |
Hex | EA | D3 | E3 | 0 | A | 3 | 8 | 13E | 23 | 57 |
Octal | 352 | 323 | 343 | 0 | 12 | 3 | 10 | 476 | 43 | 127 |
Binary | 11101010 | 11010011 | 11100011 | 0 | 1010 | 11 | 1000 | 100111110 | 100011 | 1010111 |
Color Harmonies of #EAD3E3
Complementary color
Monochromatic Colors of #EAD3E3
Black with #EAD3E3
Text Example
Text Example
White with #EAD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3E3; }
p { color: rgb(234,211,227); }
H1.HeaderClassName
{
color: #EAD3E3;
}
.AnyTagClassName
{
color: #EAD3E3;
}
</style>
background-color css
<style>
a { background-color: #EAD3E3; }
a { background-color: rgb(234,211,227); }
div.DivClassName
{
background-color: #EAD3E3;
}
.BgClassName
{
background-color: #EAD3E3;
}
</style>
border-color css
<style>
span { border-color: #EAD3E3; }
span { border-color: rgb(234,211,227); }
td.TdClassName
{
border-color: #EAD3E3;
}
.TagClassName
{
border-color: #EAD3E3;
}
</style>