#ECA3D4

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

Shades of Lavender Rose #ECA3D4

Tints of Lavender Rose #ECA3D4

Color information

#ECA3D4 (or 0xECA3D4) is unknown color: approx Lavender Rose. HEX triplet: EC, A3 and D4. RGB value is (236,163,212). Sum of RGB (Red+Green+Blue) = 236+163+212=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3D4 is #135C2B. Grayscale: #BEBEBE. Windows color (decimal): -1268780 or 13935596. OLE color: 13935596.

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

Color convert

RGB236163212-
CMYK00.310.100.07
HSL319.73º65.77%78.24%-
HSV(B)319.73º30.93%92.55%-
XYZ59.5748.7868.56-
YUV190.41140.18160.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 163 (64.06% from 255) = 26.68%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=38.63%
G=26.68%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616321200.310.100.07319.7365.7778.24
HexECA3D401FA7140424e
Octal354243324037127500102116
Binary111011001010001111010100011111101011110100000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3D4; }

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

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

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

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

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

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

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

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