#ECA4CD

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

Shades of Lavender Pink #ECA4CD

Tints of Lavender Pink #ECA4CD

Color information

#ECA4CD (or 0xECA4CD) is unknown color: approx Lavender Pink. HEX triplet: EC, A4 and CD. RGB value is (236,164,205). Sum of RGB (Red+Green+Blue) = 236+164+205=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4CD is #135B32. Grayscale: #BEBEBE. Windows color (decimal): -1268531 or 13477100. OLE color: 13477100.

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

Color convert

RGB236164205-
CMYK00.310.130.07
HSL325.83º65.45%78.43%-
HSV(B)325.83º30.51%92.55%-
XYZ58.8948.7964.07-
YUV190.2136.35160.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=39.01%
G=27.11%
B=33.88%

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
Decimal23616420500.310.130.07325.8365.4578.43
HexECA4CD01FD7146414e
Octal354244315037157506101116
Binary111011001010010011001101011111110111110100011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4CD; }

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

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

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

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

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

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

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

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