#EDA1D9

Color #EDA1D9 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EDA1D9

Tints of Lavender Rose #EDA1D9

Color information

#EDA1D9 (or 0xEDA1D9) is unknown color: approx Lavender Rose. HEX triplet: ED, A1 and D9. RGB value is (237,161,217). Sum of RGB (Red+Green+Blue) = 237+161+217=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1D9 is #125E26. Grayscale: #BDBDBD. Windows color (decimal): -1203751 or 14262765. OLE color: 14262765.

HSL color Cylindrical-coordinate representation of color #EDA1D9: hue angle of 315.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1D9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237161217-
CMYK00.320.080.07
HSL315.79º67.86%78.04%-
HSV(B)315.79º32.07%92.94%-
XYZ60.1948.571.84-
YUV190.11143.18161.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=38.54%
G=26.18%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716121700.320.080.07315.7967.8678.04
HexEDA1D90208713c444e
Octal355241331040107474104116
Binary1110110110100001110110010100000100011110011110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1D9; }

 p { color: rgb(237,161,217); }

 H1.HeaderClassName
 {
   color: #EDA1D9;
 }
 .AnyTagClassName
 {
   color: #EDA1D9;
 }
</style>
background-color css

<style>
 a { background-color: #EDA1D9; }

 a { background-color: rgb(237,161,217); }

 div.DivClassName
 {
   background-color: #EDA1D9;
 }
 .BgClassName
 {
   background-color: #EDA1D9;
 }
</style>
border-color css

<style>
 span { border-color: #EDA1D9; }

 span { border-color: rgb(237,161,217); }

 td.TdClassName
 {
   border-color: #EDA1D9;
 }
 .TagClassName
 {
   border-color: #EDA1D9;
 }
</style>