#ECA1DA

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

Shades of Lavender Rose #ECA1DA

Tints of Lavender Rose #ECA1DA

Color information

#ECA1DA (or 0xECA1DA) is unknown color: approx Lavender Rose. HEX triplet: EC, A1 and DA. RGB value is (236,161,218). Sum of RGB (Red+Green+Blue) = 236+161+218=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1DA is #135E25. Grayscale: #BDBDBD. Windows color (decimal): -1269286 or 14328300. OLE color: 14328300.

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

Color convert

RGB236161218-
CMYK00.320.080.07
HSL314.4º66.37%77.84%-
HSV(B)314.4º31.78%92.55%-
XYZ59.9948.3872.51-
YUV189.92143.85160.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=38.37%
G=26.18%
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
Decimal23616121800.320.080.07314.466.3777.84
HexECA1DA0208713a424e
Octal354241332040107472102116
Binary1110110010100001110110100100000100011110011101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1DA; }

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

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

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

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

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

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

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

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