#EFA1DC

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

Shades of Lavender Rose #EFA1DC

Tints of Lavender Rose #EFA1DC

Color information

#EFA1DC (or 0xEFA1DC) is unknown color: approx Lavender Rose. HEX triplet: EF, A1 and DC. RGB value is (239,161,220). Sum of RGB (Red+Green+Blue) = 239+161+220=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1DC is #105E23. Grayscale: #BEBEBE. Windows color (decimal): -1072676 or 14459375. OLE color: 14459375.

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

Color convert

RGB239161220-
CMYK00.330.080.06
HSL314.62º70.91%78.43%-
HSV(B)314.62º32.64%93.73%-
XYZ61.2649.0173.94-
YUV191.05144.34162.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=38.55%
G=25.97%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916122000.330.080.06314.6270.9178.43
HexEFA1DC0218613b474e
Octal357241334041106473107116
Binary1110111110100001110111000100001100011010011101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1DC; }

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

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

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

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

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

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

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

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