Shades of Lavender Pink #EAA4D0
Tints of Lavender Pink #EAA4D0
RGB
CMYK
RGB Variations
Color information
#EAA4D0 (or 0xEAA4D0) is known color: Lavender Pink. HEX triplet: EA, A4 and D0. RGB value is (234,164,208). Sum of RGB (Red+Green+Blue) = 234+164+208=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4D0 is #155B2F. Grayscale: #BDBDBD. Windows color (decimal): -1399600 or 13673706. OLE color: 13673706.
HSL color Cylindrical-coordinate representation of color #EAA4D0: hue angle of 322.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4D0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 164 | 208 | - |
CMYK | 0 | 0.30 | 0.11 | 0.08 |
HSL | 322.29º | 0.63% | 0.78% | - |
HSV(B) | 322.29º | 0.3% | 0.92% | - |
XYZ | 58.59 | 48.6 | 65.97 | - |
YUV | 189.95 | 138.19 | 159.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 164 | 208 | 0 | 0.30 | 0.11 | 0.08 | 322.29 | 0.63 | 0.78 |
Hex | EA | A4 | D0 | 0 | 1E | B | 8 | 142 | 3E | 4E |
Octal | 352 | 244 | 320 | 0 | 36 | 13 | 10 | 502 | 76 | 116 |
Binary | 11101010 | 10100100 | 11010000 | 0 | 11110 | 1011 | 1000 | 101000010 | 111110 | 1001110 |
Color Harmonies of #EAA4D0
Complementary color
Monochromatic Colors of #EAA4D0
Black with #EAA4D0
Text Example
Text Example
White with #EAA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4D0; }
p { color: rgb(234,164,208); }
H1.HeaderClassName
{
color: #EAA4D0;
}
.AnyTagClassName
{
color: #EAA4D0;
}
</style>
background-color css
<style>
a { background-color: #EAA4D0; }
a { background-color: rgb(234,164,208); }
div.DivClassName
{
background-color: #EAA4D0;
}
.BgClassName
{
background-color: #EAA4D0;
}
</style>
border-color css
<style>
span { border-color: #EAA4D0; }
span { border-color: rgb(234,164,208); }
td.TdClassName
{
border-color: #EAA4D0;
}
.TagClassName
{
border-color: #EAA4D0;
}
</style>