#efa3e2

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

Shades of Lavender Rose #EFA3E2

Tints of Lavender Rose #EFA3E2

Color information

#EFA3E2 (or 0xEFA3E2) is unknown color: approx Lavender Rose. HEX triplet: EF, A3 and E2. RGB value is (239,163,226). Sum of RGB (Red+Green+Blue) = 239+163+226=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3E2 is #105C1D. Grayscale: #C0C0C0. Windows color (decimal): -1072158 or 14853103. OLE color: 14853103.

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

Color convert

RGB239163226-
CMYK00.320.050.06
HSL310.26º70.37%78.82%-
HSV(B)310.26º31.8%93.73%-
XYZ62.4250.0478.32-
YUV192.91146.68160.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 163 (64.06% from 255) = 25.96%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=38.06%
G=25.96%
B=35.99%

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
Decimal23916322600.320.050.06310.2670.3778.82
HexEFA3E202056136464f
Octal35724334204056466106117
Binary111011111010001111100010010000010111010011011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa3e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa3e2; }

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

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

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

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

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

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

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

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