#EFA1E3

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

Shades of Lavender Rose #EFA1E3

Tints of Lavender Rose #EFA1E3

Color information

#EFA1E3 (or 0xEFA1E3) is unknown color: approx Lavender Rose. HEX triplet: EF, A1 and E3. RGB value is (239,161,227). Sum of RGB (Red+Green+Blue) = 239+161+227=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1E3 is #105E1C. Grayscale: #BFBFBF. Windows color (decimal): -1072669 or 14918127. OLE color: 14918127.

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

Color convert

RGB239161227-
CMYK00.330.050.06
HSL309.23º70.91%78.43%-
HSV(B)309.23º32.64%93.73%-
XYZ62.2149.3978.93-
YUV191.85147.84161.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 161 (63.28% from 255) = 25.68%
BLUE value IS 227 (89.06% from 255) = 36.20%
R=38.12%
G=25.68%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916122700.330.050.06309.2370.9178.43
HexEFA1E302156135474e
Octal35724134304156465107116
Binary111011111010000111100011010000110111010011010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1E3; }

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

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

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

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

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

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

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

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