#ECA8CA

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

Shades of Lavender Pink #ECA8CA

Tints of Lavender Pink #ECA8CA

Color information

#ECA8CA (or 0xECA8CA) is unknown color: approx Lavender Pink. HEX triplet: EC, A8 and CA. RGB value is (236,168,202). Sum of RGB (Red+Green+Blue) = 236+168+202=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8CA is #135735. Grayscale: #C0C0C0. Windows color (decimal): -1267510 or 13281516. OLE color: 13281516.

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

Color convert

RGB236168202-
CMYK00.290.140.07
HSL330º64.15%79.22%-
HSV(B)330º28.81%92.55%-
XYZ59.2650.162.42-
YUV192.21133.53159.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 168 (66.02% from 255) = 27.72%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=38.94%
G=27.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616820200.290.140.0733064.1579.22
HexECA8CA01DE714a404f
Octal354250312035167512100117
Binary111011001010100011001010011101111011110100101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8CA; }

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

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

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

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

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

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

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

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