Shades of Lavender Rose #EB94D3
Tints of Lavender Rose #EB94D3
RGB
CMYK
RGB Variations
Color information
#EB94D3 (or 0xEB94D3) is known color: Lavender Rose. HEX triplet: EB, 94 and D3. RGB value is (235,148,211). Sum of RGB (Red+Green+Blue) = 235+148+211=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB94D3 is #146B2C. Grayscale: #B5B5B5. Windows color (decimal): -1338157 or 13866219. OLE color: 13866219.
HSL color Cylindrical-coordinate representation of color #EB94D3: hue angle of 316.55º degrees, saturation: 0.69, 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 #EB94D3 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 148 | 211 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.08 |
| HSL | 316.55º | 0.69% | 0.75% | - |
| HSV(B) | 316.55º | 0.37% | 0.92% | - |
| XYZ | 56.61 | 43.55 | 67.05 | - |
| YUV | 181.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 148 | 211 | 0 | 0.37 | 0.10 | 0.08 | 316.55 | 0.69 | 0.75 |
| Hex | EB | 94 | D3 | 0 | 25 | A | 8 | 13D | 45 | 4B |
| Octal | 353 | 224 | 323 | 0 | 45 | 12 | 10 | 475 | 105 | 113 |
| Binary | 11101011 | 10010100 | 11010011 | 0 | 100101 | 1010 | 1000 | 100111101 | 1000101 | 1001011 |
Color Harmonies of #EB94D3
Complementary color
Monochromatic Colors of #EB94D3
Black with #EB94D3
Text Example
Text Example
White with #EB94D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB94D3; }
p { color: rgb(235,148,211); }
H1.HeaderClassName
{
color: #EB94D3;
}
.AnyTagClassName
{
color: #EB94D3;
}
</style>
background-color css
<style>
a { background-color: #EB94D3; }
a { background-color: rgb(235,148,211); }
div.DivClassName
{
background-color: #EB94D3;
}
.BgClassName
{
background-color: #EB94D3;
}
</style>
border-color css
<style>
span { border-color: #EB94D3; }
span { border-color: rgb(235,148,211); }
td.TdClassName
{
border-color: #EB94D3;
}
.TagClassName
{
border-color: #EB94D3;
}
</style>