Shades of Lavender Rose #EC97DF
Tints of Lavender Rose #EC97DF
RGB
CMYK
RGB Variations
Color information
#EC97DF (or 0xEC97DF) is known color: Lavender Rose. HEX triplet: EC, 97 and DF. RGB value is (236,151,223). Sum of RGB (Red+Green+Blue) = 236+151+223=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97DF is #136820. Grayscale: #B8B8B8. Windows color (decimal): -1271841 or 14653420. OLE color: 14653420.
HSL color Cylindrical-coordinate representation of color #EC97DF: hue angle of 309.18º degrees, saturation: 0.69, 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 #EC97DF is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 223 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.07 |
| HSL | 309.18º | 0.69% | 0.76% | - |
| HSV(B) | 309.18º | 0.36% | 0.93% | - |
| XYZ | 58.98 | 45.29 | 75.45 | - |
| YUV | 184.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 223 | 0 | 0.36 | 0.06 | 0.07 | 309.18 | 0.69 | 0.76 |
| Hex | EC | 97 | DF | 0 | 24 | 6 | 7 | 135 | 45 | 4C |
| Octal | 354 | 227 | 337 | 0 | 44 | 6 | 7 | 465 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11011111 | 0 | 100100 | 110 | 111 | 100110101 | 1000101 | 1001100 |
Color Harmonies of #EC97DF
Complementary color
Monochromatic Colors of #EC97DF
Black with #EC97DF
Text Example
Text Example
White with #EC97DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97DF; }
p { color: rgb(236,151,223); }
H1.HeaderClassName
{
color: #EC97DF;
}
.AnyTagClassName
{
color: #EC97DF;
}
</style>
background-color css
<style>
a { background-color: #EC97DF; }
a { background-color: rgb(236,151,223); }
div.DivClassName
{
background-color: #EC97DF;
}
.BgClassName
{
background-color: #EC97DF;
}
</style>
border-color css
<style>
span { border-color: #EC97DF; }
span { border-color: rgb(236,151,223); }
td.TdClassName
{
border-color: #EC97DF;
}
.TagClassName
{
border-color: #EC97DF;
}
</style>