Shades of Lavender Rose #EC97DB
Tints of Lavender Rose #EC97DB
RGB
CMYK
RGB Variations
Color information
#EC97DB (or 0xEC97DB) is known color: Lavender Rose. HEX triplet: EC, 97 and DB. RGB value is (236,151,219). Sum of RGB (Red+Green+Blue) = 236+151+219=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC97DB is #136824. Grayscale: #B7B7B7. Windows color (decimal): -1271845 or 14391276. OLE color: 14391276.
HSL color Cylindrical-coordinate representation of color #EC97DB: hue angle of 312º 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 #EC97DB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 219 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.07 |
| HSL | 312º | 0.69% | 0.76% | - |
| HSV(B) | 312º | 0.36% | 0.93% | - |
| XYZ | 58.44 | 45.08 | 72.64 | - |
| YUV | 184.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 219 | 0 | 0.36 | 0.07 | 0.07 | 312 | 0.69 | 0.76 |
| Hex | EC | 97 | DB | 0 | 24 | 7 | 7 | 138 | 45 | 4C |
| Octal | 354 | 227 | 333 | 0 | 44 | 7 | 7 | 470 | 105 | 114 |
| Binary | 11101100 | 10010111 | 11011011 | 0 | 100100 | 111 | 111 | 100111000 | 1000101 | 1001100 |
Color Harmonies of #EC97DB
Complementary color
Monochromatic Colors of #EC97DB
Black with #EC97DB
Text Example
Text Example
White with #EC97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC97DB; }
p { color: rgb(236,151,219); }
H1.HeaderClassName
{
color: #EC97DB;
}
.AnyTagClassName
{
color: #EC97DB;
}
</style>
background-color css
<style>
a { background-color: #EC97DB; }
a { background-color: rgb(236,151,219); }
div.DivClassName
{
background-color: #EC97DB;
}
.BgClassName
{
background-color: #EC97DB;
}
</style>
border-color css
<style>
span { border-color: #EC97DB; }
span { border-color: rgb(236,151,219); }
td.TdClassName
{
border-color: #EC97DB;
}
.TagClassName
{
border-color: #EC97DB;
}
</style>