#ECA7CF

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

Shades of Lavender Pink #ECA7CF

Tints of Lavender Pink #ECA7CF

Color information

#ECA7CF (or 0xECA7CF) is unknown color: approx Lavender Pink. HEX triplet: EC, A7 and CF. RGB value is (236,167,207). Sum of RGB (Red+Green+Blue) = 236+167+207=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA7CF is #135830. Grayscale: #C0C0C0. Windows color (decimal): -1267761 or 13608940. OLE color: 13608940.

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

Color convert

RGB236167207-
CMYK00.290.120.07
HSL325.22º64.49%79.02%-
HSV(B)325.22º29.24%92.55%-
XYZ59.6749.9865.53-
YUV192.19136.36159.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=38.69%
G=27.38%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616720700.290.120.07325.2264.4979.02
HexECA7CF01DC7145404f
Octal354247317035147505100117
Binary111011001010011111001111011101110011110100010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA7CF; }

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

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

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

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

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

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

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

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