#EFA9CE

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

Shades of Lavender Pink #EFA9CE

Tints of Lavender Pink #EFA9CE

Color information

#EFA9CE (or 0xEFA9CE) is unknown color: approx Lavender Pink. HEX triplet: EF, A9 and CE. RGB value is (239,169,206). Sum of RGB (Red+Green+Blue) = 239+169+206=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CE is #105631. Grayscale: #C2C2C2. Windows color (decimal): -1070642 or 13543919. OLE color: 13543919.

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

Color convert

RGB239169206-
CMYK00.290.140.06
HSL328.29º68.63%80%-
HSV(B)328.29º29.29%93.73%-
XYZ60.9351.1865.06-
YUV194.15134.69159.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=38.93%
G=27.52%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916920600.290.140.06328.2968.6380
HexEFA9CE01DE61484550
Octal357251316035166510105120
Binary111011111010100111001110011101111011010100100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9CE; }

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

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

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

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

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

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

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

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