#EFA1DA

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

Shades of Lavender Rose #EFA1DA

Tints of Lavender Rose #EFA1DA

Color information

#EFA1DA (or 0xEFA1DA) is unknown color: approx Lavender Rose. HEX triplet: EF, A1 and DA. RGB value is (239,161,218). Sum of RGB (Red+Green+Blue) = 239+161+218=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DA is #105E25. Grayscale: #BEBEBE. Windows color (decimal): -1072678 or 14328303. OLE color: 14328303.

HSL color Cylindrical-coordinate representation of color #EFA1DA: hue angle of 316.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1DA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239161218-
CMYK00.330.090.06
HSL316.15º70.91%78.43%-
HSV(B)316.15º32.64%93.73%-
XYZ6148.972.55-
YUV190.82143.34162.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=38.67%
G=26.05%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916121800.330.090.06316.1570.9178.43
HexEFA1DA0219613c474e
Octal357241332041116474107116
Binary1110111110100001110110100100001100111010011110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1DA; }

 p { color: rgb(239,161,218); }

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

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

 a { background-color: rgb(239,161,218); }

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

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

 span { border-color: rgb(239,161,218); }

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