#EFA9CF

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

Shades of Lavender Pink #EFA9CF

Tints of Lavender Pink #EFA9CF

Color information

#EFA9CF (or 0xEFA9CF) is unknown color: approx Lavender Pink. HEX triplet: EF, A9 and CF. RGB value is (239,169,207). Sum of RGB (Red+Green+Blue) = 239+169+207=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CF is #105630. Grayscale: #C2C2C2. Windows color (decimal): -1070641 or 13609455. OLE color: 13609455.

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

Color convert

RGB239169207-
CMYK00.290.130.06
HSL327.43º68.63%80%-
HSV(B)327.43º29.29%93.73%-
XYZ61.0551.2365.7-
YUV194.26135.19159.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=38.86%
G=27.48%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916920700.290.130.06327.4368.6380
HexEFA9CF01DD61474550
Octal357251317035156507105120
Binary111011111010100111001111011101110111010100011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9CF; }

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

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

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

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

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

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

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

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