Shades of Lavender Rose #EA93D6
Tints of Lavender Rose #EA93D6
RGB
CMYK
RGB Variations
Color information
#EA93D6 (or 0xEA93D6) is known color: Lavender Rose. HEX triplet: EA, 93 and D6. RGB value is (234,147,214). Sum of RGB (Red+Green+Blue) = 234+147+214=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93D6 is #156C29. Grayscale: #B4B4B4. Windows color (decimal): -1403946 or 14062570. OLE color: 14062570.
HSL color Cylindrical-coordinate representation of color #EA93D6: hue angle of 313.79º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93D6 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 214 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.08 |
| HSL | 313.79º | 0.67% | 0.75% | - |
| HSV(B) | 313.79º | 0.37% | 0.92% | - |
| XYZ | 56.5 | 43.21 | 68.98 | - |
| YUV | 180.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 214 | 0 | 0.37 | 0.09 | 0.08 | 313.79 | 0.67 | 0.75 |
| Hex | EA | 93 | D6 | 0 | 25 | 9 | 8 | 13A | 43 | 4B |
| Octal | 352 | 223 | 326 | 0 | 45 | 11 | 10 | 472 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11010110 | 0 | 100101 | 1001 | 1000 | 100111010 | 1000011 | 1001011 |
Color Harmonies of #EA93D6
Complementary color
Monochromatic Colors of #EA93D6
Black with #EA93D6
Text Example
Text Example
White with #EA93D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93D6; }
p { color: rgb(234,147,214); }
H1.HeaderClassName
{
color: #EA93D6;
}
.AnyTagClassName
{
color: #EA93D6;
}
</style>
background-color css
<style>
a { background-color: #EA93D6; }
a { background-color: rgb(234,147,214); }
div.DivClassName
{
background-color: #EA93D6;
}
.BgClassName
{
background-color: #EA93D6;
}
</style>
border-color css
<style>
span { border-color: #EA93D6; }
span { border-color: rgb(234,147,214); }
td.TdClassName
{
border-color: #EA93D6;
}
.TagClassName
{
border-color: #EA93D6;
}
</style>