Shades of Lavender Rose #EAA4D2
Tints of Lavender Rose #EAA4D2
RGB
CMYK
RGB Variations
Color information
#EAA4D2 (or 0xEAA4D2) is known color: Lavender Rose. HEX triplet: EA, A4 and D2. RGB value is (234,164,210). Sum of RGB (Red+Green+Blue) = 234+164+210=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4D2 is #155B2D. Grayscale: #BEBEBE. Windows color (decimal): -1399598 or 13804778. OLE color: 13804778.
HSL color Cylindrical-coordinate representation of color #EAA4D2: hue angle of 320.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4D2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 210 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.08 |
| HSL | 320.57º | 0.63% | 0.78% | - |
| HSV(B) | 320.57º | 0.3% | 0.92% | - |
| XYZ | 58.84 | 48.7 | 67.27 | - |
| YUV | 190.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 210 | 0 | 0.30 | 0.10 | 0.08 | 320.57 | 0.63 | 0.78 |
| Hex | EA | A4 | D2 | 0 | 1E | A | 8 | 141 | 3E | 4E |
| Octal | 352 | 244 | 322 | 0 | 36 | 12 | 10 | 501 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11010010 | 0 | 11110 | 1010 | 1000 | 101000001 | 111110 | 1001110 |
Color Harmonies of #EAA4D2
Complementary color
Monochromatic Colors of #EAA4D2
Black with #EAA4D2
Text Example
Text Example
White with #EAA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4D2; }
p { color: rgb(234,164,210); }
H1.HeaderClassName
{
color: #EAA4D2;
}
.AnyTagClassName
{
color: #EAA4D2;
}
</style>
background-color css
<style>
a { background-color: #EAA4D2; }
a { background-color: rgb(234,164,210); }
div.DivClassName
{
background-color: #EAA4D2;
}
.BgClassName
{
background-color: #EAA4D2;
}
</style>
border-color css
<style>
span { border-color: #EAA4D2; }
span { border-color: rgb(234,164,210); }
td.TdClassName
{
border-color: #EAA4D2;
}
.TagClassName
{
border-color: #EAA4D2;
}
</style>