#ECA4DB

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

Shades of Lavender Rose #ECA4DB

Tints of Lavender Rose #ECA4DB

Color information

#ECA4DB (or 0xECA4DB) is unknown color: approx Lavender Rose. HEX triplet: EC, A4 and DB. RGB value is (236,164,219). Sum of RGB (Red+Green+Blue) = 236+164+219=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4DB is #135B24. Grayscale: #BFBFBF. Windows color (decimal): -1268517 or 14394604. OLE color: 14394604.

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

Color convert

RGB236164219-
CMYK00.310.070.07
HSL314.17º65.45%78.43%-
HSV(B)314.17º30.51%92.55%-
XYZ60.6549.573.38-
YUV191.8143.35159.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=38.13%
G=26.49%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616421900.310.070.07314.1765.4578.43
HexECA4DB01F7713a414e
Octal35424433303777472101116
Binary11101100101001001101101101111111111110011101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4DB; }

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

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

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

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

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

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

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

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