#ECA4D1

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

Shades of Lavender Pink #ECA4D1

Tints of Lavender Pink #ECA4D1

Color information

#ECA4D1 (or 0xECA4D1) is unknown color: approx Lavender Pink. HEX triplet: EC, A4 and D1. RGB value is (236,164,209). Sum of RGB (Red+Green+Blue) = 236+164+209=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4D1 is #135B2E. Grayscale: #BEBEBE. Windows color (decimal): -1268527 or 13739244. OLE color: 13739244.

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

Color convert

RGB236164209-
CMYK00.310.110.07
HSL322.5º65.45%78.43%-
HSV(B)322.5º30.51%92.55%-
XYZ59.3848.9966.65-
YUV190.66138.35160.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 209 (82.03% from 255) = 34.32%
R=38.75%
G=26.93%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616420900.310.110.07322.565.4578.43
HexECA4D101FB7142414e
Octal354244321037137502101116
Binary111011001010010011010001011111101111110100001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4D1; }

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

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

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

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

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

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

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

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