#ECA3DD

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

Shades of Lavender Rose #ECA3DD

Tints of Lavender Rose #ECA3DD

Color information

#ECA3DD (or 0xECA3DD) is unknown color: approx Lavender Rose. HEX triplet: EC, A3 and DD. RGB value is (236,163,221). Sum of RGB (Red+Green+Blue) = 236+163+221=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3DD is #135C22. Grayscale: #BFBFBF. Windows color (decimal): -1268771 or 14525420. OLE color: 14525420.

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

Color convert

RGB236163221-
CMYK00.310.060.07
HSL312.33º65.77%78.24%-
HSV(B)312.33º30.93%92.55%-
XYZ60.7449.2574.71-
YUV191.44144.68159.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 163 (64.06% from 255) = 26.29%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=38.06%
G=26.29%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616322100.310.060.07312.3365.7778.24
HexECA3DD01F67138424e
Octal35424333503767470102116
Binary11101100101000111101110101111111011110011100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3DD; }

 p { color: rgb(236,163,221); }

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

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

 a { background-color: rgb(236,163,221); }

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

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

 span { border-color: rgb(236,163,221); }

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