#ECA9CE

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

Shades of Lavender Pink #ECA9CE

Tints of Lavender Pink #ECA9CE

Color information

#ECA9CE (or 0xECA9CE) is unknown color: approx Lavender Pink. HEX triplet: EC, A9 and CE. RGB value is (236,169,206). Sum of RGB (Red+Green+Blue) = 236+169+206=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9CE is #135631. Grayscale: #C1C1C1. Windows color (decimal): -1267250 or 13543916. OLE color: 13543916.

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

Color convert

RGB236169206-
CMYK00.280.130.07
HSL326.87º63.81%79.41%-
HSV(B)326.87º28.39%92.55%-
XYZ59.9250.6765.01-
YUV193.25135.2158.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=38.63%
G=27.66%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616920600.280.130.07326.8763.8179.41
HexECA9CE01CD7147404f
Octal354251316034157507100117
Binary111011001010100111001110011100110111110100011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9CE; }

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

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

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

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

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

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

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

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