#EFA3D6

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

Shades of Lavender Rose #EFA3D6

Tints of Lavender Rose #EFA3D6

Color information

#EFA3D6 (or 0xEFA3D6) is unknown color: approx Lavender Rose. HEX triplet: EF, A3 and D6. RGB value is (239,163,214). Sum of RGB (Red+Green+Blue) = 239+163+214=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3D6 is #105C29. Grayscale: #BFBFBF. Windows color (decimal): -1072170 or 14066671. OLE color: 14066671.

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

Color convert

RGB239163214-
CMYK00.320.100.06
HSL319.74º70.37%78.82%-
HSV(B)319.74º31.8%93.73%-
XYZ60.8349.469.95-
YUV191.54140.68161.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 163 (64.06% from 255) = 26.46%
BLUE value IS 214 (83.98% from 255) = 34.74%
R=38.80%
G=26.46%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916321400.320.100.06319.7470.3778.82
HexEFA3D6020A6140464f
Octal357243326040126500106117
Binary1110111110100011110101100100000101011010100000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3D6; }

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

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

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

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

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

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

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

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