Shades of Lavender Rose #EE97DA
Tints of Lavender Rose #EE97DA
RGB
CMYK
RGB Variations
Color information
#EE97DA (or 0xEE97DA) is known color: Lavender Rose. HEX triplet: EE, 97 and DA. RGB value is (238,151,218). Sum of RGB (Red+Green+Blue) = 238+151+218=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97DA is #116825. Grayscale: #B8B8B8. Windows color (decimal): -1140774 or 14325742. OLE color: 14325742.
HSL color Cylindrical-coordinate representation of color #EE97DA: hue angle of 313.79º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE97DA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 151 | 218 | - |
CMYK | 0 | 0.37 | 0.08 | 0.07 |
HSL | 313.79º | 0.72% | 0.76% | - |
HSV(B) | 313.79º | 0.37% | 0.93% | - |
XYZ | 58.98 | 45.37 | 71.98 | - |
YUV | 184.65 | 146.82 | 166.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 151 | 218 | 0 | 0.37 | 0.08 | 0.07 | 313.79 | 0.72 | 0.76 |
Hex | EE | 97 | DA | 0 | 25 | 8 | 7 | 13A | 48 | 4C |
Octal | 356 | 227 | 332 | 0 | 45 | 10 | 7 | 472 | 110 | 114 |
Binary | 11101110 | 10010111 | 11011010 | 0 | 100101 | 1000 | 111 | 100111010 | 1001000 | 1001100 |
Color Harmonies of #EE97DA
Complementary color
Monochromatic Colors of #EE97DA
Black with #EE97DA
Text Example
Text Example
White with #EE97DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE97DA; }
p { color: rgb(238,151,218); }
H1.HeaderClassName
{
color: #EE97DA;
}
.AnyTagClassName
{
color: #EE97DA;
}
</style>
background-color css
<style>
a { background-color: #EE97DA; }
a { background-color: rgb(238,151,218); }
div.DivClassName
{
background-color: #EE97DA;
}
.BgClassName
{
background-color: #EE97DA;
}
</style>
border-color css
<style>
span { border-color: #EE97DA; }
span { border-color: rgb(238,151,218); }
td.TdClassName
{
border-color: #EE97DA;
}
.TagClassName
{
border-color: #EE97DA;
}
</style>