Shades of Lavender Pink #EAAECB
Tints of Lavender Pink #EAAECB
RGB
CMYK
RGB Variations
Color information
#EAAECB (or 0xEAAECB) is known color: Lavender Pink. HEX triplet: EA, AE and CB. RGB value is (234,174,203). Sum of RGB (Red+Green+Blue) = 234+174+203=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECB is #155134. Grayscale: #C3C3C3. Windows color (decimal): -1397045 or 13348586. OLE color: 13348586.
HSL color Cylindrical-coordinate representation of color #EAAECB: hue angle of 331º 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 #EAAECB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 203 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.08 |
| HSL | 331º | 0.59% | 0.8% | - |
| HSV(B) | 331º | 0.26% | 0.92% | - |
| XYZ | 59.85 | 52.08 | 63.4 | - |
| YUV | 195.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 203 | 0 | 0.26 | 0.13 | 0.08 | 331 | 0.59 | 0.8 |
| Hex | EA | AE | CB | 0 | 1A | D | 8 | 14B | 3B | 50 |
| Octal | 352 | 256 | 313 | 0 | 32 | 15 | 10 | 513 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11001011 | 0 | 11010 | 1101 | 1000 | 101001011 | 111011 | 1010000 |
Color Harmonies of #EAAECB
Complementary color
Monochromatic Colors of #EAAECB
Black with #EAAECB
Text Example
Text Example
White with #EAAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAECB; }
p { color: rgb(234,174,203); }
H1.HeaderClassName
{
color: #EAAECB;
}
.AnyTagClassName
{
color: #EAAECB;
}
</style>
background-color css
<style>
a { background-color: #EAAECB; }
a { background-color: rgb(234,174,203); }
div.DivClassName
{
background-color: #EAAECB;
}
.BgClassName
{
background-color: #EAAECB;
}
</style>
border-color css
<style>
span { border-color: #EAAECB; }
span { border-color: rgb(234,174,203); }
td.TdClassName
{
border-color: #EAAECB;
}
.TagClassName
{
border-color: #EAAECB;
}
</style>