Shades of Lavender Rose #EA97D3
Tints of Lavender Rose #EA97D3
RGB
CMYK
RGB Variations
Color information
#EA97D3 (or 0xEA97D3) is known color: Lavender Rose. HEX triplet: EA, 97 and D3. RGB value is (234,151,211). Sum of RGB (Red+Green+Blue) = 234+151+211=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D3 is #15682C. Grayscale: #B6B6B6. Windows color (decimal): -1402925 or 13866986. OLE color: 13866986.
HSL color Cylindrical-coordinate representation of color #EA97D3: hue angle of 316.63º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA97D3 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 211 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.08 |
| HSL | 316.63º | 0.66% | 0.75% | - |
| HSV(B) | 316.63º | 0.35% | 0.92% | - |
| XYZ | 56.76 | 44.33 | 67.19 | - |
| YUV | 182.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 211 | 0 | 0.35 | 0.10 | 0.08 | 316.63 | 0.66 | 0.75 |
| Hex | EA | 97 | D3 | 0 | 23 | A | 8 | 13D | 42 | 4B |
| Octal | 352 | 227 | 323 | 0 | 43 | 12 | 10 | 475 | 102 | 113 |
| Binary | 11101010 | 10010111 | 11010011 | 0 | 100011 | 1010 | 1000 | 100111101 | 1000010 | 1001011 |
Color Harmonies of #EA97D3
Complementary color
Monochromatic Colors of #EA97D3
Black with #EA97D3
Text Example
Text Example
White with #EA97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA97D3; }
p { color: rgb(234,151,211); }
H1.HeaderClassName
{
color: #EA97D3;
}
.AnyTagClassName
{
color: #EA97D3;
}
</style>
background-color css
<style>
a { background-color: #EA97D3; }
a { background-color: rgb(234,151,211); }
div.DivClassName
{
background-color: #EA97D3;
}
.BgClassName
{
background-color: #EA97D3;
}
</style>
border-color css
<style>
span { border-color: #EA97D3; }
span { border-color: rgb(234,151,211); }
td.TdClassName
{
border-color: #EA97D3;
}
.TagClassName
{
border-color: #EA97D3;
}
</style>