Shades of Lavender Rose #EB92D3
Tints of Lavender Rose #EB92D3
RGB
CMYK
RGB Variations
Color information
#EB92D3 (or 0xEB92D3) is known color: Lavender Rose. HEX triplet: EB, 92 and D3. RGB value is (235,146,211). Sum of RGB (Red+Green+Blue) = 235+146+211=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92D3 is #146D2C. Grayscale: #B3B3B3. Windows color (decimal): -1338669 or 13865707. OLE color: 13865707.
HSL color Cylindrical-coordinate representation of color #EB92D3: hue angle of 316.18º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB92D3 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 146 | 211 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.08 |
| HSL | 316.18º | 0.69% | 0.75% | - |
| HSV(B) | 316.18º | 0.38% | 0.92% | - |
| XYZ | 56.3 | 42.92 | 66.95 | - |
| YUV | 180.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 146 | 211 | 0 | 0.38 | 0.10 | 0.08 | 316.18 | 0.69 | 0.75 |
| Hex | EB | 92 | D3 | 0 | 26 | A | 8 | 13C | 45 | 4B |
| Octal | 353 | 222 | 323 | 0 | 46 | 12 | 10 | 474 | 105 | 113 |
| Binary | 11101011 | 10010010 | 11010011 | 0 | 100110 | 1010 | 1000 | 100111100 | 1000101 | 1001011 |
Color Harmonies of #EB92D3
Complementary color
Monochromatic Colors of #EB92D3
Black with #EB92D3
Text Example
Text Example
White with #EB92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB92D3; }
p { color: rgb(235,146,211); }
H1.HeaderClassName
{
color: #EB92D3;
}
.AnyTagClassName
{
color: #EB92D3;
}
</style>
background-color css
<style>
a { background-color: #EB92D3; }
a { background-color: rgb(235,146,211); }
div.DivClassName
{
background-color: #EB92D3;
}
.BgClassName
{
background-color: #EB92D3;
}
</style>
border-color css
<style>
span { border-color: #EB92D3; }
span { border-color: rgb(235,146,211); }
td.TdClassName
{
border-color: #EB92D3;
}
.TagClassName
{
border-color: #EB92D3;
}
</style>