#ECA6D4

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

Shades of Lavender Rose #ECA6D4

Tints of Lavender Rose #ECA6D4

Color information

#ECA6D4 (or 0xECA6D4) is unknown color: approx Lavender Rose. HEX triplet: EC, A6 and D4. RGB value is (236,166,212). Sum of RGB (Red+Green+Blue) = 236+166+212=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6D4 is #13592B. Grayscale: #C0C0C0. Windows color (decimal): -1268012 or 13936364. OLE color: 13936364.

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

Color convert

RGB236166212-
CMYK00.300.100.07
HSL320.57º64.81%78.82%-
HSV(B)320.57º29.66%92.55%-
XYZ60.1149.8668.74-
YUV192.17139.19159.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=38.44%
G=27.04%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616621200.300.100.07320.5764.8178.82
HexECA6D401EA7141414f
Octal354246324036127501101117
Binary111011001010011011010100011110101011110100000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6D4; }

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

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

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

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

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

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

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

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