#EFA3E5

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

Shades of Lavender Rose #EFA3E5

Tints of Lavender Rose #EFA3E5

Color information

#EFA3E5 (or 0xEFA3E5) is unknown color: approx Lavender Rose. HEX triplet: EF, A3 and E5. RGB value is (239,163,229). Sum of RGB (Red+Green+Blue) = 239+163+229=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3E5 is #105C1A. Grayscale: #C1C1C1. Windows color (decimal): -1072155 or 15049711. OLE color: 15049711.

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

Color convert

RGB239163229-
CMYK00.320.040.06
HSL307.89º70.37%78.82%-
HSV(B)307.89º31.8%93.73%-
XYZ62.8450.280.51-
YUV193.25148.18160.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 163 (64.06% from 255) = 25.83%
BLUE value IS 229 (89.84% from 255) = 36.29%
R=37.88%
G=25.83%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916322900.320.040.06307.8970.3778.82
HexEFA3E502046134464f
Octal35724334504046464106117
Binary111011111010001111100101010000010011010011010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3E5; }

 p { color: rgb(239,163,229); }

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

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

 a { background-color: rgb(239,163,229); }

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

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

 span { border-color: rgb(239,163,229); }

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