#EDA2D9

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

Shades of Lavender Rose #EDA2D9

Tints of Lavender Rose #EDA2D9

Color information

#EDA2D9 (or 0xEDA2D9) is unknown color: approx Lavender Rose. HEX triplet: ED, A2 and D9. RGB value is (237,162,217). Sum of RGB (Red+Green+Blue) = 237+162+217=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2D9 is #125D26. Grayscale: #BEBEBE. Windows color (decimal): -1203495 or 14263021. OLE color: 14263021.

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

Color convert

RGB237162217-
CMYK00.320.080.07
HSL316º67.57%78.24%-
HSV(B)316º31.65%92.94%-
XYZ60.3748.8571.89-
YUV190.7142.85161.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 217 (85.16% from 255) = 35.23%
R=38.47%
G=26.30%
B=35.23%

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
Decimal23716221700.320.080.0731667.5778.24
HexEDA2D90208713c444e
Octal355242331040107474104116
Binary1110110110100010110110010100000100011110011110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA2D9; }

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

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

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

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

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

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

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

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