#EFA4CF

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

Shades of Lavender Pink #EFA4CF

Tints of Lavender Pink #EFA4CF

Color information

#EFA4CF (or 0xEFA4CF) is unknown color: approx Lavender Pink. HEX triplet: EF, A4 and CF. RGB value is (239,164,207). Sum of RGB (Red+Green+Blue) = 239+164+207=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CF is #105B30. Grayscale: #BFBFBF. Windows color (decimal): -1071921 or 13608175. OLE color: 13608175.

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

Color convert

RGB239164207-
CMYK00.310.130.06
HSL325.6º70.09%79.02%-
HSV(B)325.6º31.38%93.73%-
XYZ60.1349.4165.4-
YUV191.33136.85162-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 207 (81.25% from 255) = 33.93%
R=39.18%
G=26.89%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916420700.310.130.06325.670.0979.02
HexEFA4CF01FD6146464f
Octal357244317037156506106117
Binary111011111010010011001111011111110111010100011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4CF; }

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

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

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

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

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

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

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

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