Shades of Lavender Rose #EC93DB
Tints of Lavender Rose #EC93DB
RGB
CMYK
RGB Variations
Color information
#EC93DB (or 0xEC93DB) is known color: Lavender Rose. HEX triplet: EC, 93 and DB. RGB value is (236,147,219). Sum of RGB (Red+Green+Blue) = 236+147+219=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93DB is #136C24. Grayscale: #B5B5B5. Windows color (decimal): -1272869 or 14390252. OLE color: 14390252.
HSL color Cylindrical-coordinate representation of color #EC93DB: hue angle of 311.46º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93DB is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 219 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.07 |
| HSL | 311.46º | 0.7% | 0.75% | - |
| HSV(B) | 311.46º | 0.38% | 0.93% | - |
| XYZ | 57.81 | 43.81 | 72.43 | - |
| YUV | 181.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 219 | 0 | 0.38 | 0.07 | 0.07 | 311.46 | 0.7 | 0.75 |
| Hex | EC | 93 | DB | 0 | 26 | 7 | 7 | 137 | 46 | 4B |
| Octal | 354 | 223 | 333 | 0 | 46 | 7 | 7 | 467 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11011011 | 0 | 100110 | 111 | 111 | 100110111 | 1000110 | 1001011 |
Color Harmonies of #EC93DB
Complementary color
Monochromatic Colors of #EC93DB
Black with #EC93DB
Text Example
Text Example
White with #EC93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93DB; }
p { color: rgb(236,147,219); }
H1.HeaderClassName
{
color: #EC93DB;
}
.AnyTagClassName
{
color: #EC93DB;
}
</style>
background-color css
<style>
a { background-color: #EC93DB; }
a { background-color: rgb(236,147,219); }
div.DivClassName
{
background-color: #EC93DB;
}
.BgClassName
{
background-color: #EC93DB;
}
</style>
border-color css
<style>
span { border-color: #EC93DB; }
span { border-color: rgb(236,147,219); }
td.TdClassName
{
border-color: #EC93DB;
}
.TagClassName
{
border-color: #EC93DB;
}
</style>