#EFA5DE

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

Shades of Lavender Rose #EFA5DE

Tints of Lavender Rose #EFA5DE

Color information

#EFA5DE (or 0xEFA5DE) is unknown color: approx Lavender Rose. HEX triplet: EF, A5 and DE. RGB value is (239,165,222). Sum of RGB (Red+Green+Blue) = 239+165+222=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5DE is #105A21. Grayscale: #C1C1C1. Windows color (decimal): -1071650 or 14591471. OLE color: 14591471.

HSL color Cylindrical-coordinate representation of color #EFA5DE: hue angle of 313.78º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5DE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239165222-
CMYK00.310.070.06
HSL313.78º69.81%79.22%-
HSV(B)313.78º30.96%93.73%-
XYZ62.2450.5375.58-
YUV193.62144.02160.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.18%
GREEN value IS 165 (64.84% from 255) = 26.36%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=38.18%
G=26.36%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916522200.310.070.06313.7869.8179.22
HexEFA5DE01F7613a464f
Octal35724533603776472106117
Binary11101111101001011101111001111111111010011101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5DE; }

 p { color: rgb(239,165,222); }

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

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

 a { background-color: rgb(239,165,222); }

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

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

 span { border-color: rgb(239,165,222); }

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