Shades of Lavender Pink #EAA5D2
Tints of Lavender Pink #EAA5D2
RGB
CMYK
RGB Variations
Color information
#EAA5D2 (or 0xEAA5D2) is known color: Lavender Pink. HEX triplet: EA, A5 and D2. RGB value is (234,165,210). Sum of RGB (Red+Green+Blue) = 234+165+210=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5D2 is #155A2D. Grayscale: #BEBEBE. Windows color (decimal): -1399342 or 13805034. OLE color: 13805034.
HSL color Cylindrical-coordinate representation of color #EAA5D2: hue angle of 320.87º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5D2 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 210 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 320.87º | 0.62% | 0.78% | - |
| HSV(B) | 320.87º | 0.29% | 0.92% | - |
| XYZ | 59.02 | 49.06 | 67.33 | - |
| YUV | 190.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 210 | 0 | 0.29 | 0.10 | 0.08 | 320.87 | 0.62 | 0.78 |
| Hex | EA | A5 | D2 | 0 | 1D | A | 8 | 141 | 3E | 4E |
| Octal | 352 | 245 | 322 | 0 | 35 | 12 | 10 | 501 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11010010 | 0 | 11101 | 1010 | 1000 | 101000001 | 111110 | 1001110 |
Color Harmonies of #EAA5D2
Complementary color
Monochromatic Colors of #EAA5D2
Black with #EAA5D2
Text Example
Text Example
White with #EAA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5D2; }
p { color: rgb(234,165,210); }
H1.HeaderClassName
{
color: #EAA5D2;
}
.AnyTagClassName
{
color: #EAA5D2;
}
</style>
background-color css
<style>
a { background-color: #EAA5D2; }
a { background-color: rgb(234,165,210); }
div.DivClassName
{
background-color: #EAA5D2;
}
.BgClassName
{
background-color: #EAA5D2;
}
</style>
border-color css
<style>
span { border-color: #EAA5D2; }
span { border-color: rgb(234,165,210); }
td.TdClassName
{
border-color: #EAA5D2;
}
.TagClassName
{
border-color: #EAA5D2;
}
</style>