#EFA8CE

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

Shades of Lavender Pink #EFA8CE

Tints of Lavender Pink #EFA8CE

Color information

#EFA8CE (or 0xEFA8CE) is unknown color: approx Lavender Pink. HEX triplet: EF, A8 and CE. RGB value is (239,168,206). Sum of RGB (Red+Green+Blue) = 239+168+206=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8CE is #105731. Grayscale: #C1C1C1. Windows color (decimal): -1070898 or 13543663. OLE color: 13543663.

HSL color Cylindrical-coordinate representation of color #EFA8CE: hue angle of 327.89º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8CE is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239168206-
CMYK00.300.140.06
HSL327.89º68.93%79.8%-
HSV(B)327.89º29.71%93.73%-
XYZ60.7450.8165-
YUV193.56135.02160.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=38.99%
G=27.41%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916820600.300.140.06327.8968.9379.8
HexEFA8CE01EE61484550
Octal357250316036166510105120
Binary111011111010100011001110011110111011010100100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8CE; }

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

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

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

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

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

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

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

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