Shades of Lavender Rose #EAA1D3
Tints of Lavender Rose #EAA1D3
RGB
CMYK
RGB Variations
Color information
#EAA1D3 (or 0xEAA1D3) is known color: Lavender Rose. HEX triplet: EA, A1 and D3. RGB value is (234,161,211). Sum of RGB (Red+Green+Blue) = 234+161+211=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1D3 is #155E2C. Grayscale: #BCBCBC. Windows color (decimal): -1400365 or 13869546. OLE color: 13869546.
HSL color Cylindrical-coordinate representation of color #EAA1D3: hue angle of 318.9º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAA1D3 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 211 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.08 |
| HSL | 318.9º | 0.63% | 0.77% | - |
| HSV(B) | 318.9º | 0.31% | 0.92% | - |
| XYZ | 58.43 | 47.69 | 67.75 | - |
| YUV | 188.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 211 | 0 | 0.31 | 0.10 | 0.08 | 318.9 | 0.63 | 0.77 |
| Hex | EA | A1 | D3 | 0 | 1F | A | 8 | 13F | 3F | 4D |
| Octal | 352 | 241 | 323 | 0 | 37 | 12 | 10 | 477 | 77 | 115 |
| Binary | 11101010 | 10100001 | 11010011 | 0 | 11111 | 1010 | 1000 | 100111111 | 111111 | 1001101 |
Color Harmonies of #EAA1D3
Complementary color
Monochromatic Colors of #EAA1D3
Black with #EAA1D3
Text Example
Text Example
White with #EAA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1D3; }
p { color: rgb(234,161,211); }
H1.HeaderClassName
{
color: #EAA1D3;
}
.AnyTagClassName
{
color: #EAA1D3;
}
</style>
background-color css
<style>
a { background-color: #EAA1D3; }
a { background-color: rgb(234,161,211); }
div.DivClassName
{
background-color: #EAA1D3;
}
.BgClassName
{
background-color: #EAA1D3;
}
</style>
border-color css
<style>
span { border-color: #EAA1D3; }
span { border-color: rgb(234,161,211); }
td.TdClassName
{
border-color: #EAA1D3;
}
.TagClassName
{
border-color: #EAA1D3;
}
</style>