Shades of Lavender Rose #EAA5D3
Tints of Lavender Rose #EAA5D3
RGB
CMYK
RGB Variations
Color information
#EAA5D3 (or 0xEAA5D3) is known color: Lavender Rose. HEX triplet: EA, A5 and D3. RGB value is (234,165,211). Sum of RGB (Red+Green+Blue) = 234+165+211=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5D3 is #155A2C. Grayscale: #BEBEBE. Windows color (decimal): -1399341 or 13870570. OLE color: 13870570.
HSL color Cylindrical-coordinate representation of color #EAA5D3: hue angle of 320º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5D3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 211 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 320º | 0.62% | 0.78% | - |
| HSV(B) | 320º | 0.29% | 0.92% | - |
| XYZ | 59.14 | 49.11 | 67.99 | - |
| YUV | 190.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 211 | 0 | 0.29 | 0.10 | 0.08 | 320 | 0.62 | 0.78 |
| Hex | EA | A5 | D3 | 0 | 1D | A | 8 | 140 | 3E | 4E |
| Octal | 352 | 245 | 323 | 0 | 35 | 12 | 10 | 500 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11010011 | 0 | 11101 | 1010 | 1000 | 101000000 | 111110 | 1001110 |
Color Harmonies of #EAA5D3
Complementary color
Monochromatic Colors of #EAA5D3
Black with #EAA5D3
Text Example
Text Example
White with #EAA5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5D3; }
p { color: rgb(234,165,211); }
H1.HeaderClassName
{
color: #EAA5D3;
}
.AnyTagClassName
{
color: #EAA5D3;
}
</style>
background-color css
<style>
a { background-color: #EAA5D3; }
a { background-color: rgb(234,165,211); }
div.DivClassName
{
background-color: #EAA5D3;
}
.BgClassName
{
background-color: #EAA5D3;
}
</style>
border-color css
<style>
span { border-color: #EAA5D3; }
span { border-color: rgb(234,165,211); }
td.TdClassName
{
border-color: #EAA5D3;
}
.TagClassName
{
border-color: #EAA5D3;
}
</style>