#EDA0DA

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

Shades of Lavender Rose #EDA0DA

Tints of Lavender Rose #EDA0DA

Color information

#EDA0DA (or 0xEDA0DA) is unknown color: approx Lavender Rose. HEX triplet: ED, A0 and DA. RGB value is (237,160,218). Sum of RGB (Red+Green+Blue) = 237+160+218=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0DA is #125F25. Grayscale: #BDBDBD. Windows color (decimal): -1204006 or 14328045. OLE color: 14328045.

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

Color convert

RGB237160218-
CMYK00.320.080.07
HSL314.81º68.14%77.84%-
HSV(B)314.81º32.49%92.94%-
XYZ60.1548.2172.46-
YUV189.64144.01161.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 160 (62.89% from 255) = 26.02%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=38.54%
G=26.02%
B=35.45%

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
Decimal23716021800.320.080.07314.8168.1477.84
HexEDA0DA0208713b444e
Octal355240332040107473104116
Binary1110110110100000110110100100000100011110011101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA0DA; }

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

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

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

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

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

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

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

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