Shades of Lavender Rose #EE92D3
Tints of Lavender Rose #EE92D3
RGB
CMYK
RGB Variations
Color information
#EE92D3 (or 0xEE92D3) is known color: Lavender Rose. HEX triplet: EE, 92 and D3. RGB value is (238,146,211). Sum of RGB (Red+Green+Blue) = 238+146+211=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92D3 is #116D2C. Grayscale: #B4B4B4. Windows color (decimal): -1142061 or 13865710. OLE color: 13865710.
HSL color Cylindrical-coordinate representation of color #EE92D3: hue angle of 317.61º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE92D3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 211 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.07 |
| HSL | 317.61º | 0.73% | 0.75% | - |
| HSV(B) | 317.61º | 0.39% | 0.93% | - |
| XYZ | 57.3 | 43.44 | 66.99 | - |
| YUV | 180.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 211 | 0 | 0.39 | 0.11 | 0.07 | 317.61 | 0.73 | 0.75 |
| Hex | EE | 92 | D3 | 0 | 27 | B | 7 | 13E | 49 | 4B |
| Octal | 356 | 222 | 323 | 0 | 47 | 13 | 7 | 476 | 111 | 113 |
| Binary | 11101110 | 10010010 | 11010011 | 0 | 100111 | 1011 | 111 | 100111110 | 1001001 | 1001011 |
Color Harmonies of #EE92D3
Complementary color
Monochromatic Colors of #EE92D3
Black with #EE92D3
Text Example
Text Example
White with #EE92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE92D3; }
p { color: rgb(238,146,211); }
H1.HeaderClassName
{
color: #EE92D3;
}
.AnyTagClassName
{
color: #EE92D3;
}
</style>
background-color css
<style>
a { background-color: #EE92D3; }
a { background-color: rgb(238,146,211); }
div.DivClassName
{
background-color: #EE92D3;
}
.BgClassName
{
background-color: #EE92D3;
}
</style>
border-color css
<style>
span { border-color: #EE92D3; }
span { border-color: rgb(238,146,211); }
td.TdClassName
{
border-color: #EE92D3;
}
.TagClassName
{
border-color: #EE92D3;
}
</style>