Shades of Lavender Pink #EDA8CA
Tints of Lavender Pink #EDA8CA
RGB
CMYK
RGB Variations
Color information
#EDA8CA (or 0xEDA8CA) is known color: Lavender Pink. HEX triplet: ED, A8 and CA. RGB value is (237,168,202). Sum of RGB (Red+Green+Blue) = 237+168+202=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8CA is #125735. Grayscale: #C0C0C0. Windows color (decimal): -1201974 or 13281517. OLE color: 13281517.
HSL color Cylindrical-coordinate representation of color #EDA8CA: hue angle of 330.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8CA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 202 | - |
CMYK | 0 | 0.29 | 0.15 | 0.07 |
HSL | 330.43º | 0.66% | 0.79% | - |
HSV(B) | 330.43º | 0.29% | 0.93% | - |
XYZ | 59.59 | 50.27 | 62.44 | - |
YUV | 192.51 | 133.36 | 159.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 202 | 0 | 0.29 | 0.15 | 0.07 | 330.43 | 0.66 | 0.79 |
Hex | ED | A8 | CA | 0 | 1D | F | 7 | 14A | 42 | 4F |
Octal | 355 | 250 | 312 | 0 | 35 | 17 | 7 | 512 | 102 | 117 |
Binary | 11101101 | 10101000 | 11001010 | 0 | 11101 | 1111 | 111 | 101001010 | 1000010 | 1001111 |
Color Harmonies of #EDA8CA
Complementary color
Monochromatic Colors of #EDA8CA
Black with #EDA8CA
Text Example
Text Example
White with #EDA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8CA; }
p { color: rgb(237,168,202); }
H1.HeaderClassName
{
color: #EDA8CA;
}
.AnyTagClassName
{
color: #EDA8CA;
}
</style>
background-color css
<style>
a { background-color: #EDA8CA; }
a { background-color: rgb(237,168,202); }
div.DivClassName
{
background-color: #EDA8CA;
}
.BgClassName
{
background-color: #EDA8CA;
}
</style>
border-color css
<style>
span { border-color: #EDA8CA; }
span { border-color: rgb(237,168,202); }
td.TdClassName
{
border-color: #EDA8CA;
}
.TagClassName
{
border-color: #EDA8CA;
}
</style>