Shades of Lavender Rose #EA93D4
Tints of Lavender Rose #EA93D4
RGB
CMYK
RGB Variations
Color information
#EA93D4 (or 0xEA93D4) is known color: Lavender Rose. HEX triplet: EA, 93 and D4. RGB value is (234,147,212). Sum of RGB (Red+Green+Blue) = 234+147+212=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93D4 is #156C2B. Grayscale: #B4B4B4. Windows color (decimal): -1403948 or 13931498. OLE color: 13931498.
HSL color Cylindrical-coordinate representation of color #EA93D4: hue angle of 315.17º 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 #EA93D4 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 212 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.08 |
| HSL | 315.17º | 0.67% | 0.75% | - |
| HSV(B) | 315.17º | 0.37% | 0.92% | - |
| XYZ | 56.25 | 43.11 | 67.64 | - |
| YUV | 180.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 212 | 0 | 0.37 | 0.09 | 0.08 | 315.17 | 0.67 | 0.75 |
| Hex | EA | 93 | D4 | 0 | 25 | 9 | 8 | 13B | 43 | 4B |
| Octal | 352 | 223 | 324 | 0 | 45 | 11 | 10 | 473 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11010100 | 0 | 100101 | 1001 | 1000 | 100111011 | 1000011 | 1001011 |
Color Harmonies of #EA93D4
Complementary color
Monochromatic Colors of #EA93D4
Black with #EA93D4
Text Example
Text Example
White with #EA93D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93D4; }
p { color: rgb(234,147,212); }
H1.HeaderClassName
{
color: #EA93D4;
}
.AnyTagClassName
{
color: #EA93D4;
}
</style>
background-color css
<style>
a { background-color: #EA93D4; }
a { background-color: rgb(234,147,212); }
div.DivClassName
{
background-color: #EA93D4;
}
.BgClassName
{
background-color: #EA93D4;
}
</style>
border-color css
<style>
span { border-color: #EA93D4; }
span { border-color: rgb(234,147,212); }
td.TdClassName
{
border-color: #EA93D4;
}
.TagClassName
{
border-color: #EA93D4;
}
</style>