Shades of Lavender Rose #ED9FE2
Tints of Lavender Rose #ED9FE2
RGB
CMYK
RGB Variations
Color information
#ED9FE2 (or 0xED9FE2) is known color: Lavender Rose. HEX triplet: ED, 9F and E2. RGB value is (237,159,226). Sum of RGB (Red+Green+Blue) = 237+159+226=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FE2 is #12601D. Grayscale: #BDBDBD. Windows color (decimal): -1204254 or 14852077. OLE color: 14852077.
HSL color Cylindrical-coordinate representation of color #ED9FE2: hue angle of 308.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FE2 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 226 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.07 |
| HSL | 308.46º | 0.68% | 0.78% | - |
| HSV(B) | 308.46º | 0.33% | 0.93% | - |
| XYZ | 61.05 | 48.29 | 78.06 | - |
| YUV | 189.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 226 | 0 | 0.33 | 0.05 | 0.07 | 308.46 | 0.68 | 0.78 |
| Hex | ED | 9F | E2 | 0 | 21 | 5 | 7 | 134 | 44 | 4E |
| Octal | 355 | 237 | 342 | 0 | 41 | 5 | 7 | 464 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11100010 | 0 | 100001 | 101 | 111 | 100110100 | 1000100 | 1001110 |
Color Harmonies of #ED9FE2
Complementary color
Monochromatic Colors of #ED9FE2
Black with #ED9FE2
Text Example
Text Example
White with #ED9FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FE2; }
p { color: rgb(237,159,226); }
H1.HeaderClassName
{
color: #ED9FE2;
}
.AnyTagClassName
{
color: #ED9FE2;
}
</style>
background-color css
<style>
a { background-color: #ED9FE2; }
a { background-color: rgb(237,159,226); }
div.DivClassName
{
background-color: #ED9FE2;
}
.BgClassName
{
background-color: #ED9FE2;
}
</style>
border-color css
<style>
span { border-color: #ED9FE2; }
span { border-color: rgb(237,159,226); }
td.TdClassName
{
border-color: #ED9FE2;
}
.TagClassName
{
border-color: #ED9FE2;
}
</style>