#ECA7CE

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

Shades of Lavender Pink #ECA7CE

Tints of Lavender Pink #ECA7CE

Color information

#ECA7CE (or 0xECA7CE) is unknown color: approx Lavender Pink. HEX triplet: EC, A7 and CE. RGB value is (236,167,206). Sum of RGB (Red+Green+Blue) = 236+167+206=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA7CE is #135831. Grayscale: #BFBFBF. Windows color (decimal): -1267762 or 13543404. OLE color: 13543404.

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

Color convert

RGB236167206-
CMYK00.290.130.07
HSL326.09º64.49%79.02%-
HSV(B)326.09º29.24%92.55%-
XYZ59.5549.9364.89-
YUV192.08135.86159.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=38.75%
G=27.42%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616720600.290.130.07326.0964.4979.02
HexECA7CE01DD7146404f
Octal354247316035157506100117
Binary111011001010011111001110011101110111110100011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA7CE; }

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

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

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

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

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

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

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

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