Shades of Lavender Rose #ED97E0
Tints of Lavender Rose #ED97E0
RGB
CMYK
RGB Variations
Color information
#ED97E0 (or 0xED97E0) is known color: Lavender Rose. HEX triplet: ED, 97 and E0. RGB value is (237,151,224). Sum of RGB (Red+Green+Blue) = 237+151+224=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED97E0 is #12681F. Grayscale: #B8B8B8. Windows color (decimal): -1206304 or 14718957. OLE color: 14718957.
HSL color Cylindrical-coordinate representation of color #ED97E0: hue angle of 309.07º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED97E0 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 224 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.07 |
| HSL | 309.07º | 0.7% | 0.76% | - |
| HSV(B) | 309.07º | 0.36% | 0.93% | - |
| XYZ | 59.45 | 45.52 | 76.17 | - |
| YUV | 185.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 224 | 0 | 0.36 | 0.05 | 0.07 | 309.07 | 0.7 | 0.76 |
| Hex | ED | 97 | E0 | 0 | 24 | 5 | 7 | 135 | 46 | 4C |
| Octal | 355 | 227 | 340 | 0 | 44 | 5 | 7 | 465 | 106 | 114 |
| Binary | 11101101 | 10010111 | 11100000 | 0 | 100100 | 101 | 111 | 100110101 | 1000110 | 1001100 |
Color Harmonies of #ED97E0
Complementary color
Monochromatic Colors of #ED97E0
Black with #ED97E0
Text Example
Text Example
White with #ED97E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED97E0; }
p { color: rgb(237,151,224); }
H1.HeaderClassName
{
color: #ED97E0;
}
.AnyTagClassName
{
color: #ED97E0;
}
</style>
background-color css
<style>
a { background-color: #ED97E0; }
a { background-color: rgb(237,151,224); }
div.DivClassName
{
background-color: #ED97E0;
}
.BgClassName
{
background-color: #ED97E0;
}
</style>
border-color css
<style>
span { border-color: #ED97E0; }
span { border-color: rgb(237,151,224); }
td.TdClassName
{
border-color: #ED97E0;
}
.TagClassName
{
border-color: #ED97E0;
}
</style>