Shades of Lavender Rose #E894D4
Tints of Lavender Rose #E894D4
RGB
CMYK
RGB Variations
Color information
#E894D4 (or 0xE894D4) is known color: Lavender Rose. HEX triplet: E8, 94 and D4. RGB value is (232,148,212). Sum of RGB (Red+Green+Blue) = 232+148+212=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E894D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894D4 is #176B2B. Grayscale: #B4B4B4. Windows color (decimal): -1534764 or 13931752. OLE color: 13931752.
HSL color Cylindrical-coordinate representation of color #E894D4: hue angle of 314.29º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894D4 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 148 | 212 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.09 |
| HSL | 314.29º | 0.65% | 0.75% | - |
| HSV(B) | 314.29º | 0.36% | 0.91% | - |
| XYZ | 55.75 | 43.09 | 67.67 | - |
| YUV | 180.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 212 | 0 | 0.36 | 0.09 | 0.09 | 314.29 | 0.65 | 0.75 |
| Hex | E8 | 94 | D4 | 0 | 24 | 9 | 9 | 13A | 41 | 4B |
| Octal | 350 | 224 | 324 | 0 | 44 | 11 | 11 | 472 | 101 | 113 |
| Binary | 11101000 | 10010100 | 11010100 | 0 | 100100 | 1001 | 1001 | 100111010 | 1000001 | 1001011 |
Color Harmonies of #E894D4
Complementary color
Monochromatic Colors of #E894D4
Black with #E894D4
Text Example
Text Example
White with #E894D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894D4; }
p { color: rgb(232,148,212); }
H1.HeaderClassName
{
color: #E894D4;
}
.AnyTagClassName
{
color: #E894D4;
}
</style>
background-color css
<style>
a { background-color: #E894D4; }
a { background-color: rgb(232,148,212); }
div.DivClassName
{
background-color: #E894D4;
}
.BgClassName
{
background-color: #E894D4;
}
</style>
border-color css
<style>
span { border-color: #E894D4; }
span { border-color: rgb(232,148,212); }
td.TdClassName
{
border-color: #E894D4;
}
.TagClassName
{
border-color: #E894D4;
}
</style>