#ECA6D7

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

Shades of Lavender Rose #ECA6D7

Tints of Lavender Rose #ECA6D7

Color information

#ECA6D7 (or 0xECA6D7) is unknown color: approx Lavender Rose. HEX triplet: EC, A6 and D7. RGB value is (236,166,215). Sum of RGB (Red+Green+Blue) = 236+166+215=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6D7 is #135928. Grayscale: #C0C0C0. Windows color (decimal): -1268009 or 14132972. OLE color: 14132972.

HSL color Cylindrical-coordinate representation of color #ECA6D7: hue angle of 318º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6D7 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236166215-
CMYK00.300.090.07
HSL318º64.81%78.82%-
HSV(B)318º29.66%92.55%-
XYZ60.4950.0170.75-
YUV192.52140.69159.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.25%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 215 (84.38% from 255) = 34.85%
R=38.25%
G=26.90%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616621500.300.090.0731864.8178.82
HexECA6D701E9713e414f
Octal354246327036117476101117
Binary111011001010011011010111011110100111110011111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6D7; }

 p { color: rgb(236,166,215); }

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

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

 a { background-color: rgb(236,166,215); }

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

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

 span { border-color: rgb(236,166,215); }

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