#ECA3CF

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

Shades of Lavender Pink #ECA3CF

Tints of Lavender Pink #ECA3CF

Color information

#ECA3CF (or 0xECA3CF) is unknown color: approx Lavender Pink. HEX triplet: EC, A3 and CF. RGB value is (236,163,207). Sum of RGB (Red+Green+Blue) = 236+163+207=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3CF is #135C30. Grayscale: #BDBDBD. Windows color (decimal): -1268785 or 13607916. OLE color: 13607916.

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

Color convert

RGB236163207-
CMYK00.310.120.07
HSL323.84º65.77%78.24%-
HSV(B)323.84º30.93%92.55%-
XYZ58.9548.5365.29-
YUV189.84137.68160.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 163 (64.06% from 255) = 26.90%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=38.94%
G=26.90%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616320700.310.120.07323.8465.7778.24
HexECA3CF01FC7144424e
Octal354243317037147504102116
Binary111011001010001111001111011111110011110100010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3CF; }

 p { color: rgb(236,163,207); }

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

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

 a { background-color: rgb(236,163,207); }

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

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

 span { border-color: rgb(236,163,207); }

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