#ECA3CE

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

Shades of Lavender Pink #ECA3CE

Tints of Lavender Pink #ECA3CE

Color information

#ECA3CE (or 0xECA3CE) is unknown color: approx Lavender Pink. HEX triplet: EC, A3 and CE. RGB value is (236,163,206). Sum of RGB (Red+Green+Blue) = 236+163+206=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3CE is #135C31. Grayscale: #BDBDBD. Windows color (decimal): -1268786 or 13542380. OLE color: 13542380.

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

Color convert

RGB236163206-
CMYK00.310.130.07
HSL324.66º65.77%78.24%-
HSV(B)324.66º30.93%92.55%-
XYZ58.8348.4864.65-
YUV189.73137.18161-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=39.01%
G=26.94%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616320600.310.130.07324.6665.7778.24
HexECA3CE01FD7145424e
Octal354243316037157505102116
Binary111011001010001111001110011111110111110100010110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3CE; }

 p { color: rgb(236,163,206); }

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

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

 a { background-color: rgb(236,163,206); }

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

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

 span { border-color: rgb(236,163,206); }

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