Shades of Lavender Rose #EAA6D4
Tints of Lavender Rose #EAA6D4
RGB
CMYK
RGB Variations
Color information
#EAA6D4 (or 0xEAA6D4) is known color: Lavender Rose. HEX triplet: EA, A6 and D4. RGB value is (234,166,212). Sum of RGB (Red+Green+Blue) = 234+166+212=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6D4 is #15592B. Grayscale: #BFBFBF. Windows color (decimal): -1399084 or 13936362. OLE color: 13936362.
HSL color Cylindrical-coordinate representation of color #EAA6D4: hue angle of 319.41º 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 #EAA6D4 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 212 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.08 |
| HSL | 319.41º | 0.62% | 0.78% | - |
| HSV(B) | 319.41º | 0.29% | 0.92% | - |
| XYZ | 59.45 | 49.52 | 68.71 | - |
| YUV | 191.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 212 | 0 | 0.29 | 0.09 | 0.08 | 319.41 | 0.62 | 0.78 |
| Hex | EA | A6 | D4 | 0 | 1D | 9 | 8 | 13F | 3E | 4E |
| Octal | 352 | 246 | 324 | 0 | 35 | 11 | 10 | 477 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11010100 | 0 | 11101 | 1001 | 1000 | 100111111 | 111110 | 1001110 |
Color Harmonies of #EAA6D4
Complementary color
Monochromatic Colors of #EAA6D4
Black with #EAA6D4
Text Example
Text Example
White with #EAA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6D4; }
p { color: rgb(234,166,212); }
H1.HeaderClassName
{
color: #EAA6D4;
}
.AnyTagClassName
{
color: #EAA6D4;
}
</style>
background-color css
<style>
a { background-color: #EAA6D4; }
a { background-color: rgb(234,166,212); }
div.DivClassName
{
background-color: #EAA6D4;
}
.BgClassName
{
background-color: #EAA6D4;
}
</style>
border-color css
<style>
span { border-color: #EAA6D4; }
span { border-color: rgb(234,166,212); }
td.TdClassName
{
border-color: #EAA6D4;
}
.TagClassName
{
border-color: #EAA6D4;
}
</style>