#EFA3E4

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

Shades of Lavender Rose #EFA3E4

Tints of Lavender Rose #EFA3E4

Color information

#EFA3E4 (or 0xEFA3E4) is unknown color: approx Lavender Rose. HEX triplet: EF, A3 and E4. RGB value is (239,163,228). Sum of RGB (Red+Green+Blue) = 239+163+228=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3E4 is #105C1B. Grayscale: #C0C0C0. Windows color (decimal): -1072156 or 14984175. OLE color: 14984175.

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

Color convert

RGB239163228-
CMYK00.320.050.06
HSL308.68º70.37%78.82%-
HSV(B)308.68º31.8%93.73%-
XYZ62.750.1579.77-
YUV193.13147.68160.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 228 (89.45% from 255) = 36.19%
R=37.94%
G=25.87%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916322800.320.050.06308.6870.3778.82
HexEFA3E402056135464f
Octal35724334404056465106117
Binary111011111010001111100100010000010111010011010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3E4; }

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

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

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

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

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

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

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

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