#ECA9D4

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

Shades of Lavender Pink #ECA9D4

Tints of Lavender Pink #ECA9D4

Color information

#ECA9D4 (or 0xECA9D4) is unknown color: approx Lavender Pink. HEX triplet: EC, A9 and D4. RGB value is (236,169,212). Sum of RGB (Red+Green+Blue) = 236+169+212=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9D4 is #13562B. Grayscale: #C1C1C1. Windows color (decimal): -1267244 or 13937132. OLE color: 13937132.

HSL color Cylindrical-coordinate representation of color #ECA9D4: hue angle of 321.49º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECA9D4 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236169212-
CMYK00.280.100.07
HSL321.49º63.81%79.41%-
HSV(B)321.49º28.39%92.55%-
XYZ60.6650.9668.93-
YUV193.94138.2158-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 212 (83.20% from 255) = 34.36%
R=38.25%
G=27.39%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616921200.280.100.07321.4963.8179.41
HexECA9D401CA7141404f
Octal354251324034127501100117
Binary111011001010100111010100011100101011110100000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9D4; }

 p { color: rgb(236,169,212); }

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

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

 a { background-color: rgb(236,169,212); }

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

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

 span { border-color: rgb(236,169,212); }

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