#ECA2D0

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

Shades of Lavender Pink #ECA2D0

Tints of Lavender Pink #ECA2D0

Color information

#ECA2D0 (or 0xECA2D0) is unknown color: approx Lavender Pink. HEX triplet: EC, A2 and D0. RGB value is (236,162,208). Sum of RGB (Red+Green+Blue) = 236+162+208=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D0 is #135D2F. Grayscale: #BDBDBD. Windows color (decimal): -1269040 or 13673196. OLE color: 13673196.

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

Color convert

RGB236162208-
CMYK00.310.120.07
HSL322.7º66.07%78.04%-
HSV(B)322.7º31.36%92.55%-
XYZ58.948.2365.88-
YUV189.37138.52161.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 162 (63.67% from 255) = 26.73%
BLUE value IS 208 (81.64% from 255) = 34.32%
R=38.94%
G=26.73%
B=34.32%

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
Decimal23616220800.310.120.07322.766.0778.04
HexECA2D001FC7143424e
Octal354242320037147503102116
Binary111011001010001011010000011111110011110100001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2D0; }

 p { color: rgb(236,162,208); }

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

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

 a { background-color: rgb(236,162,208); }

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

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

 span { border-color: rgb(236,162,208); }

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