#EFA7CE

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

Shades of Lavender Pink #EFA7CE

Tints of Lavender Pink #EFA7CE

Color information

#EFA7CE (or 0xEFA7CE) is unknown color: approx Lavender Pink. HEX triplet: EF, A7 and CE. RGB value is (239,167,206). Sum of RGB (Red+Green+Blue) = 239+167+206=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7CE is #105831. Grayscale: #C0C0C0. Windows color (decimal): -1071154 or 13543407. OLE color: 13543407.

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

Color convert

RGB239167206-
CMYK00.300.140.06
HSL327.5º69.23%79.61%-
HSV(B)327.5º30.13%93.73%-
XYZ60.5650.4464.94-
YUV192.97135.35160.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=39.05%
G=27.29%
B=33.66%

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
Decimal23916720600.300.140.06327.569.2379.61
HexEFA7CE01EE61484550
Octal357247316036166510105120
Binary111011111010011111001110011110111011010100100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7CE; }

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

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

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

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

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

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

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

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