#EFA2E3

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

Shades of Lavender Rose #EFA2E3

Tints of Lavender Rose #EFA2E3

Color information

#EFA2E3 (or 0xEFA2E3) is unknown color: approx Lavender Rose. HEX triplet: EF, A2 and E3. RGB value is (239,162,227). Sum of RGB (Red+Green+Blue) = 239+162+227=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E3 is #105D1C. Grayscale: #C0C0C0. Windows color (decimal): -1072413 or 14918383. OLE color: 14918383.

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

Color convert

RGB239162227-
CMYK00.320.050.06
HSL309.35º70.64%78.63%-
HSV(B)309.35º32.22%93.73%-
XYZ62.3849.7478.99-
YUV192.43147.51161.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 162 (63.67% from 255) = 25.80%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=38.06%
G=25.80%
B=36.15%

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
Decimal23916222700.320.050.06309.3570.6478.63
HexEFA2E302056135474f
Octal35724234304056465107117
Binary111011111010001011100011010000010111010011010110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2E3; }

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

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

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

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

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

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

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

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