Shades of Lavender Pink #EEA4D0
Tints of Lavender Pink #EEA4D0
RGB
CMYK
RGB Variations
Color information
#EEA4D0 (or 0xEEA4D0) is known color: Lavender Pink. HEX triplet: EE, A4 and D0. RGB value is (238,164,208). Sum of RGB (Red+Green+Blue) = 238+164+208=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D0 is #115B2F. Grayscale: #BFBFBF. Windows color (decimal): -1137456 or 13673710. OLE color: 13673710.
HSL color Cylindrical-coordinate representation of color #EEA4D0: hue angle of 324.32º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA4D0 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 164 | 208 | - |
CMYK | 0 | 0.31 | 0.13 | 0.07 |
HSL | 324.32º | 0.69% | 0.79% | - |
HSV(B) | 324.32º | 0.31% | 0.93% | - |
XYZ | 59.92 | 49.28 | 66.03 | - |
YUV | 191.14 | 137.52 | 161.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 164 | 208 | 0 | 0.31 | 0.13 | 0.07 | 324.32 | 0.69 | 0.79 |
Hex | EE | A4 | D0 | 0 | 1F | D | 7 | 144 | 45 | 4F |
Octal | 356 | 244 | 320 | 0 | 37 | 15 | 7 | 504 | 105 | 117 |
Binary | 11101110 | 10100100 | 11010000 | 0 | 11111 | 1101 | 111 | 101000100 | 1000101 | 1001111 |
Color Harmonies of #EEA4D0
Complementary color
Monochromatic Colors of #EEA4D0
Black with #EEA4D0
Text Example
Text Example
White with #EEA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4D0; }
p { color: rgb(238,164,208); }
H1.HeaderClassName
{
color: #EEA4D0;
}
.AnyTagClassName
{
color: #EEA4D0;
}
</style>
background-color css
<style>
a { background-color: #EEA4D0; }
a { background-color: rgb(238,164,208); }
div.DivClassName
{
background-color: #EEA4D0;
}
.BgClassName
{
background-color: #EEA4D0;
}
</style>
border-color css
<style>
span { border-color: #EEA4D0; }
span { border-color: rgb(238,164,208); }
td.TdClassName
{
border-color: #EEA4D0;
}
.TagClassName
{
border-color: #EEA4D0;
}
</style>