Shades of Lavender Rose #E893D3
Tints of Lavender Rose #E893D3
RGB
CMYK
RGB Variations
Color information
#E893D3 (or 0xE893D3) is known color: Lavender Rose. HEX triplet: E8, 93 and D3. RGB value is (232,147,211). Sum of RGB (Red+Green+Blue) = 232+147+211=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 232 - color contains mainly: red. Hex color #E893D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E893D3 is #176C2C. Grayscale: #B3B3B3. Windows color (decimal): -1535021 or 13865960. OLE color: 13865960.
HSL color Cylindrical-coordinate representation of color #E893D3: hue angle of 314.82º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E893D3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 211 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.09 |
| HSL | 314.82º | 0.65% | 0.74% | - |
| HSV(B) | 314.82º | 0.37% | 0.91% | - |
| XYZ | 55.47 | 42.73 | 66.95 | - |
| YUV | 179.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 211 | 0 | 0.37 | 0.09 | 0.09 | 314.82 | 0.65 | 0.74 |
| Hex | E8 | 93 | D3 | 0 | 25 | 9 | 9 | 13B | 41 | 4A |
| Octal | 350 | 223 | 323 | 0 | 45 | 11 | 11 | 473 | 101 | 112 |
| Binary | 11101000 | 10010011 | 11010011 | 0 | 100101 | 1001 | 1001 | 100111011 | 1000001 | 1001010 |
Color Harmonies of #E893D3
Complementary color
Monochromatic Colors of #E893D3
Black with #E893D3
Text Example
Text Example
White with #E893D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E893D3; }
p { color: rgb(232,147,211); }
H1.HeaderClassName
{
color: #E893D3;
}
.AnyTagClassName
{
color: #E893D3;
}
</style>
background-color css
<style>
a { background-color: #E893D3; }
a { background-color: rgb(232,147,211); }
div.DivClassName
{
background-color: #E893D3;
}
.BgClassName
{
background-color: #E893D3;
}
</style>
border-color css
<style>
span { border-color: #E893D3; }
span { border-color: rgb(232,147,211); }
td.TdClassName
{
border-color: #E893D3;
}
.TagClassName
{
border-color: #E893D3;
}
</style>