Shades of Lavender Pink #EDA5CB
Tints of Lavender Pink #EDA5CB
RGB
CMYK
RGB Variations
Color information
#EDA5CB (or 0xEDA5CB) is known color: Lavender Pink. HEX triplet: ED, A5 and CB. RGB value is (237,165,203). Sum of RGB (Red+Green+Blue) = 237+165+203=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CB is #125A34. Grayscale: #BEBEBE. Windows color (decimal): -1202741 or 13346285. OLE color: 13346285.
HSL color Cylindrical-coordinate representation of color #EDA5CB: hue angle of 328.33º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5CB is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 203 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.07 |
| HSL | 328.33º | 0.67% | 0.79% | - |
| HSV(B) | 328.33º | 0.3% | 0.93% | - |
| XYZ | 59.16 | 49.23 | 62.88 | - |
| YUV | 190.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 203 | 0 | 0.30 | 0.14 | 0.07 | 328.33 | 0.67 | 0.79 |
| Hex | ED | A5 | CB | 0 | 1E | E | 7 | 148 | 43 | 4F |
| Octal | 355 | 245 | 313 | 0 | 36 | 16 | 7 | 510 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11001011 | 0 | 11110 | 1110 | 111 | 101001000 | 1000011 | 1001111 |
Color Harmonies of #EDA5CB
Complementary color
Monochromatic Colors of #EDA5CB
Black with #EDA5CB
Text Example
Text Example
White with #EDA5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5CB; }
p { color: rgb(237,165,203); }
H1.HeaderClassName
{
color: #EDA5CB;
}
.AnyTagClassName
{
color: #EDA5CB;
}
</style>
background-color css
<style>
a { background-color: #EDA5CB; }
a { background-color: rgb(237,165,203); }
div.DivClassName
{
background-color: #EDA5CB;
}
.BgClassName
{
background-color: #EDA5CB;
}
</style>
border-color css
<style>
span { border-color: #EDA5CB; }
span { border-color: rgb(237,165,203); }
td.TdClassName
{
border-color: #EDA5CB;
}
.TagClassName
{
border-color: #EDA5CB;
}
</style>