Shades of Lavender Pink #EAB5D0
Tints of Lavender Pink #EAB5D0
RGB
CMYK
RGB Variations
Color information
#EAB5D0 (or 0xEAB5D0) is known color: Lavender Pink. HEX triplet: EA, B5 and D0. RGB value is (234,181,208). Sum of RGB (Red+Green+Blue) = 234+181+208=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5D0 is #154A2F. Grayscale: #C7C7C7. Windows color (decimal): -1395248 or 13678058. OLE color: 13678058.
HSL color Cylindrical-coordinate representation of color #EAB5D0: hue angle of 329.43º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB5D0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 181 | 208 | - |
CMYK | 0 | 0.23 | 0.11 | 0.08 |
HSL | 329.43º | 0.56% | 0.81% | - |
HSV(B) | 329.43º | 0.23% | 0.92% | - |
XYZ | 61.84 | 55.09 | 67.05 | - |
YUV | 199.93 | 132.56 | 152.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 181 | 208 | 0 | 0.23 | 0.11 | 0.08 | 329.43 | 0.56 | 0.81 |
Hex | EA | B5 | D0 | 0 | 17 | B | 8 | 149 | 38 | 51 |
Octal | 352 | 265 | 320 | 0 | 27 | 13 | 10 | 511 | 70 | 121 |
Binary | 11101010 | 10110101 | 11010000 | 0 | 10111 | 1011 | 1000 | 101001001 | 111000 | 1010001 |
Color Harmonies of #EAB5D0
Complementary color
Monochromatic Colors of #EAB5D0
Black with #EAB5D0
Text Example
Text Example
White with #EAB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5D0; }
p { color: rgb(234,181,208); }
H1.HeaderClassName
{
color: #EAB5D0;
}
.AnyTagClassName
{
color: #EAB5D0;
}
</style>
background-color css
<style>
a { background-color: #EAB5D0; }
a { background-color: rgb(234,181,208); }
div.DivClassName
{
background-color: #EAB5D0;
}
.BgClassName
{
background-color: #EAB5D0;
}
</style>
border-color css
<style>
span { border-color: #EAB5D0; }
span { border-color: rgb(234,181,208); }
td.TdClassName
{
border-color: #EAB5D0;
}
.TagClassName
{
border-color: #EAB5D0;
}
</style>