#EFA6CE

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

Shades of Lavender Pink #EFA6CE

Tints of Lavender Pink #EFA6CE

Color information

#EFA6CE (or 0xEFA6CE) is unknown color: approx Lavender Pink. HEX triplet: EF, A6 and CE. RGB value is (239,166,206). Sum of RGB (Red+Green+Blue) = 239+166+206=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6CE is #105931. Grayscale: #C0C0C0. Windows color (decimal): -1071410 or 13543151. OLE color: 13543151.

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

Color convert

RGB239166206-
CMYK00.310.140.06
HSL327.12º69.52%79.41%-
HSV(B)327.12º30.54%93.73%-
XYZ60.3750.0864.88-
YUV192.39135.68161.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=39.12%
G=27.17%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916620600.310.140.06327.1269.5279.41
HexEFA6CE01FE6147464f
Octal357246316037166507106117
Binary111011111010011011001110011111111011010100011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6CE; }

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

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

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

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

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

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

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

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