#EFA6D7

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

Shades of Lavender Rose #EFA6D7

Tints of Lavender Rose #EFA6D7

Color information

#EFA6D7 (or 0xEFA6D7) is unknown color: approx Lavender Rose. HEX triplet: EF, A6 and D7. RGB value is (239,166,215). Sum of RGB (Red+Green+Blue) = 239+166+215=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D7 is #105928. Grayscale: #C1C1C1. Windows color (decimal): -1071401 or 14132975. OLE color: 14132975.

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

Color convert

RGB239166215-
CMYK00.310.100.06
HSL319.73º69.52%79.41%-
HSV(B)319.73º30.54%93.73%-
XYZ61.550.5370.8-
YUV193.41140.18160.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 166 (65.23% from 255) = 26.77%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=38.55%
G=26.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916621500.310.100.06319.7369.5279.41
HexEFA6D701FA6140464f
Octal357246327037126500106117
Binary111011111010011011010111011111101011010100000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6D7; }

 p { color: rgb(239,166,215); }

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

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

 a { background-color: rgb(239,166,215); }

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

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

 span { border-color: rgb(239,166,215); }

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