#ECA1DC

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

Shades of Lavender Rose #ECA1DC

Tints of Lavender Rose #ECA1DC

Color information

#ECA1DC (or 0xECA1DC) is unknown color: approx Lavender Rose. HEX triplet: EC, A1 and DC. RGB value is (236,161,220). Sum of RGB (Red+Green+Blue) = 236+161+220=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA1DC is #135E23. Grayscale: #BDBDBD. Windows color (decimal): -1269284 or 14459372. OLE color: 14459372.

HSL color Cylindrical-coordinate representation of color #ECA1DC: hue angle of 312.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA1DC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236161220-
CMYK00.320.070.07
HSL312.8º66.37%77.84%-
HSV(B)312.8º31.78%92.55%-
XYZ60.2648.4973.89-
YUV190.15144.85160.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=38.25%
G=26.09%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616122000.320.070.07312.866.3777.84
HexECA1DC02077139424e
Octal35424133404077471102116
Binary111011001010000111011100010000011111110011100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA1DC; }

 p { color: rgb(236,161,220); }

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

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

 a { background-color: rgb(236,161,220); }

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

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

 span { border-color: rgb(236,161,220); }

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