#EFA1E7

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

Shades of Lavender Rose #EFA1E7

Tints of Lavender Rose #EFA1E7

Color information

#EFA1E7 (or 0xEFA1E7) is unknown color: approx Lavender Rose. HEX triplet: EF, A1 and E7. RGB value is (239,161,231). Sum of RGB (Red+Green+Blue) = 239+161+231=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1E7 is #105E18. Grayscale: #C0C0C0. Windows color (decimal): -1072665 or 15180271. OLE color: 15180271.

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

Color convert

RGB239161231-
CMYK00.330.030.06
HSL306.15º70.91%78.43%-
HSV(B)306.15º32.64%93.73%-
XYZ62.7749.6181.87-
YUV192.3149.84161.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 161 (63.28% from 255) = 25.52%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=37.88%
G=25.52%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916123100.330.030.06306.1570.9178.43
HexEFA1E702136132474e
Octal35724134704136462107116
Binary11101111101000011110011101000011111010011001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA1E7; }

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

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

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

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

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

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

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

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