#ECA5DB

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

Shades of Lavender Rose #ECA5DB

Tints of Lavender Rose #ECA5DB

Color information

#ECA5DB (or 0xECA5DB) is unknown color: approx Lavender Rose. HEX triplet: EC, A5 and DB. RGB value is (236,165,219). Sum of RGB (Red+Green+Blue) = 236+165+219=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5DB is #135A24. Grayscale: #C0C0C0. Windows color (decimal): -1268261 or 14394860. OLE color: 14394860.

HSL color Cylindrical-coordinate representation of color #ECA5DB: hue angle of 314.37º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5DB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236165219-
CMYK00.300.070.07
HSL314.37º65.14%78.63%-
HSV(B)314.37º30.08%92.55%-
XYZ60.8349.8673.44-
YUV192.38143.02159.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=38.06%
G=26.61%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616521900.300.070.07314.3765.1478.63
HexECA5DB01E7713a414f
Octal35424533303677472101117
Binary11101100101001011101101101111011111110011101010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5DB; }

 p { color: rgb(236,165,219); }

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

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

 a { background-color: rgb(236,165,219); }

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

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

 span { border-color: rgb(236,165,219); }

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