#EFA0DF

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

Shades of Lavender Rose #EFA0DF

Tints of Lavender Rose #EFA0DF

Color information

#EFA0DF (or 0xEFA0DF) is unknown color: approx Lavender Rose. HEX triplet: EF, A0 and DF. RGB value is (239,160,223). Sum of RGB (Red+Green+Blue) = 239+160+223=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0DF is #105F20. Grayscale: #BEBEBE. Windows color (decimal): -1072929 or 14655727. OLE color: 14655727.

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

Color convert

RGB239160223-
CMYK00.330.070.06
HSL312.15º71.17%78.24%-
HSV(B)312.15º33.05%93.73%-
XYZ61.4948.8275.99-
YUV190.8146.17162.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 160 (62.89% from 255) = 25.72%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=38.42%
G=25.72%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916022300.330.070.06312.1571.1778.24
HexEFA0DF02176138474e
Octal35724033704176470107116
Binary111011111010000011011111010000111111010011100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0DF; }

 p { color: rgb(239,160,223); }

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

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

 a { background-color: rgb(239,160,223); }

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

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

 span { border-color: rgb(239,160,223); }

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