#EDA1DA

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

Shades of Lavender Rose #EDA1DA

Tints of Lavender Rose #EDA1DA

Color information

#EDA1DA (or 0xEDA1DA) is unknown color: approx Lavender Rose. HEX triplet: ED, A1 and DA. RGB value is (237,161,218). Sum of RGB (Red+Green+Blue) = 237+161+218=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DA is #125E25. Grayscale: #BEBEBE. Windows color (decimal): -1203750 or 14328301. OLE color: 14328301.

HSL color Cylindrical-coordinate representation of color #EDA1DA: hue angle of 315º 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 #EDA1DA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237161218-
CMYK00.320.080.07
HSL315º67.86%78.04%-
HSV(B)315º32.07%92.94%-
XYZ60.3248.5672.52-
YUV190.22143.68161.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=38.47%
G=26.14%
B=35.39%

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
Decimal23716121800.320.080.0731567.8678.04
HexEDA1DA0208713b444e
Octal355241332040107473104116
Binary1110110110100001110110100100000100011110011101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1DA; }

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

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

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

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

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

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

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

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