#ECA9CA

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

Shades of Lavender Pink #ECA9CA

Tints of Lavender Pink #ECA9CA

Color information

#ECA9CA (or 0xECA9CA) is unknown color: approx Lavender Pink. HEX triplet: EC, A9 and CA. RGB value is (236,169,202). Sum of RGB (Red+Green+Blue) = 236+169+202=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9CA is #135635. Grayscale: #C0C0C0. Windows color (decimal): -1267254 or 13281772. OLE color: 13281772.

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

Color convert

RGB236169202-
CMYK00.280.140.07
HSL330.45º63.81%79.41%-
HSV(B)330.45º28.39%92.55%-
XYZ59.4450.4762.49-
YUV192.8133.2158.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 169 (66.41% from 255) = 27.84%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=38.88%
G=27.84%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616920200.280.140.07330.4563.8179.41
HexECA9CA01CE714a404f
Octal354251312034167512100117
Binary111011001010100111001010011100111011110100101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9CA; }

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

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

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

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

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

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

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

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