#ECA4D2

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

Shades of Lavender Pink #ECA4D2

Tints of Lavender Pink #ECA4D2

Color information

#ECA4D2 (or 0xECA4D2) is unknown color: approx Lavender Pink. HEX triplet: EC, A4 and D2. RGB value is (236,164,210). Sum of RGB (Red+Green+Blue) = 236+164+210=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4D2 is #135B2D. Grayscale: #BEBEBE. Windows color (decimal): -1268526 or 13804780. OLE color: 13804780.

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

Color convert

RGB236164210-
CMYK00.310.110.07
HSL321.67º65.45%78.43%-
HSV(B)321.67º30.51%92.55%-
XYZ59.549.0467.3-
YUV190.77138.85160.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 210 (82.42% from 255) = 34.43%
R=38.69%
G=26.89%
B=34.43%

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
Decimal23616421000.310.110.07321.6765.4578.43
HexECA4D201FB7142414e
Octal354244322037137502101116
Binary111011001010010011010010011111101111110100001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4D2; }

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

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

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

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

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

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

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

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