#ECA5D2

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

Shades of Lavender Pink #ECA5D2

Tints of Lavender Pink #ECA5D2

Color information

#ECA5D2 (or 0xECA5D2) is unknown color: approx Lavender Pink. HEX triplet: EC, A5 and D2. RGB value is (236,165,210). Sum of RGB (Red+Green+Blue) = 236+165+210=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5D2 is #135A2D. Grayscale: #BFBFBF. Windows color (decimal): -1268270 or 13805036. OLE color: 13805036.

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

Color convert

RGB236165210-
CMYK00.300.110.07
HSL321.97º65.14%78.63%-
HSV(B)321.97º30.08%92.55%-
XYZ59.6849.467.36-
YUV191.36138.52159.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 165 (64.84% from 255) = 27.00%
BLUE value IS 210 (82.42% from 255) = 34.37%
R=38.63%
G=27.00%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616521000.300.110.07321.9765.1478.63
HexECA5D201EB7142414f
Octal354245322036137502101117
Binary111011001010010111010010011110101111110100001010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5D2; }

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

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

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

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

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

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

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

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