Shades of Lavender Rose #ED92D1
Tints of Lavender Rose #ED92D1
RGB
CMYK
RGB Variations
Color information
#ED92D1 (or 0xED92D1) is known color: Lavender Rose. HEX triplet: ED, 92 and D1. RGB value is (237,146,209). Sum of RGB (Red+Green+Blue) = 237+146+209=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 146 (57.42% from 255 or 24.66% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92D1 is #126D2E. Grayscale: #B4B4B4. Windows color (decimal): -1207599 or 13734637. OLE color: 13734637.
HSL color Cylindrical-coordinate representation of color #ED92D1: hue angle of 318.46º degrees, saturation: 0.72, 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 #ED92D1 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 209 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.07 |
| HSL | 318.46º | 0.72% | 0.75% | - |
| HSV(B) | 318.46º | 0.38% | 0.93% | - |
| XYZ | 56.71 | 43.17 | 65.66 | - |
| YUV | 180.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 209 | 0 | 0.38 | 0.12 | 0.07 | 318.46 | 0.72 | 0.75 |
| Hex | ED | 92 | D1 | 0 | 26 | C | 7 | 13E | 48 | 4B |
| Octal | 355 | 222 | 321 | 0 | 46 | 14 | 7 | 476 | 110 | 113 |
| Binary | 11101101 | 10010010 | 11010001 | 0 | 100110 | 1100 | 111 | 100111110 | 1001000 | 1001011 |
Color Harmonies of #ED92D1
Complementary color
Monochromatic Colors of #ED92D1
Black with #ED92D1
Text Example
Text Example
White with #ED92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92D1; }
p { color: rgb(237,146,209); }
H1.HeaderClassName
{
color: #ED92D1;
}
.AnyTagClassName
{
color: #ED92D1;
}
</style>
background-color css
<style>
a { background-color: #ED92D1; }
a { background-color: rgb(237,146,209); }
div.DivClassName
{
background-color: #ED92D1;
}
.BgClassName
{
background-color: #ED92D1;
}
</style>
border-color css
<style>
span { border-color: #ED92D1; }
span { border-color: rgb(237,146,209); }
td.TdClassName
{
border-color: #ED92D1;
}
.TagClassName
{
border-color: #ED92D1;
}
</style>