Shades of Lavender Rose #ED92D4
Tints of Lavender Rose #ED92D4
RGB
CMYK
RGB Variations
Color information
#ED92D4 (or 0xED92D4) is known color: Lavender Rose. HEX triplet: ED, 92 and D4. RGB value is (237,146,212). Sum of RGB (Red+Green+Blue) = 237+146+212=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92D4 is #126D2B. Grayscale: #B4B4B4. Windows color (decimal): -1207596 or 13931245. OLE color: 13931245.
HSL color Cylindrical-coordinate representation of color #ED92D4: hue angle of 316.48º 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 #ED92D4 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 212 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.07 |
| HSL | 316.48º | 0.72% | 0.75% | - |
| HSV(B) | 316.48º | 0.38% | 0.93% | - |
| XYZ | 57.09 | 43.32 | 67.64 | - |
| YUV | 180.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 212 | 0 | 0.38 | 0.11 | 0.07 | 316.48 | 0.72 | 0.75 |
| Hex | ED | 92 | D4 | 0 | 26 | B | 7 | 13C | 48 | 4B |
| Octal | 355 | 222 | 324 | 0 | 46 | 13 | 7 | 474 | 110 | 113 |
| Binary | 11101101 | 10010010 | 11010100 | 0 | 100110 | 1011 | 111 | 100111100 | 1001000 | 1001011 |
Color Harmonies of #ED92D4
Complementary color
Monochromatic Colors of #ED92D4
Black with #ED92D4
Text Example
Text Example
White with #ED92D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92D4; }
p { color: rgb(237,146,212); }
H1.HeaderClassName
{
color: #ED92D4;
}
.AnyTagClassName
{
color: #ED92D4;
}
</style>
background-color css
<style>
a { background-color: #ED92D4; }
a { background-color: rgb(237,146,212); }
div.DivClassName
{
background-color: #ED92D4;
}
.BgClassName
{
background-color: #ED92D4;
}
</style>
border-color css
<style>
span { border-color: #ED92D4; }
span { border-color: rgb(237,146,212); }
td.TdClassName
{
border-color: #ED92D4;
}
.TagClassName
{
border-color: #ED92D4;
}
</style>