Shades of Lavender Pink #EAAECF
Tints of Lavender Pink #EAAECF
RGB
CMYK
RGB Variations
Color information
#EAAECF (or 0xEAAECF) is known color: Lavender Pink. HEX triplet: EA, AE and CF. RGB value is (234,174,207). Sum of RGB (Red+Green+Blue) = 234+174+207=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECF is #155130. Grayscale: #C3C3C3. Windows color (decimal): -1397041 or 13610730. OLE color: 13610730.
HSL color Cylindrical-coordinate representation of color #EAAECF: hue angle of 327º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAECF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 207 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 327º | 0.59% | 0.8% | - |
| HSV(B) | 327º | 0.26% | 0.92% | - |
| XYZ | 60.33 | 52.27 | 65.94 | - |
| YUV | 195.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 207 | 0 | 0.26 | 0.12 | 0.08 | 327 | 0.59 | 0.8 |
| Hex | EA | AE | CF | 0 | 1A | C | 8 | 147 | 3B | 50 |
| Octal | 352 | 256 | 317 | 0 | 32 | 14 | 10 | 507 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11001111 | 0 | 11010 | 1100 | 1000 | 101000111 | 111011 | 1010000 |
Color Harmonies of #EAAECF
Complementary color
Monochromatic Colors of #EAAECF
Black with #EAAECF
Text Example
Text Example
White with #EAAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAECF; }
p { color: rgb(234,174,207); }
H1.HeaderClassName
{
color: #EAAECF;
}
.AnyTagClassName
{
color: #EAAECF;
}
</style>
background-color css
<style>
a { background-color: #EAAECF; }
a { background-color: rgb(234,174,207); }
div.DivClassName
{
background-color: #EAAECF;
}
.BgClassName
{
background-color: #EAAECF;
}
</style>
border-color css
<style>
span { border-color: #EAAECF; }
span { border-color: rgb(234,174,207); }
td.TdClassName
{
border-color: #EAAECF;
}
.TagClassName
{
border-color: #EAAECF;
}
</style>