#EFA6CF

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

Shades of Lavender Pink #EFA6CF

Tints of Lavender Pink #EFA6CF

Color information

#EFA6CF (or 0xEFA6CF) is unknown color: approx Lavender Pink. HEX triplet: EF, A6 and CF. RGB value is (239,166,207). Sum of RGB (Red+Green+Blue) = 239+166+207=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6CF is #105930. Grayscale: #C0C0C0. Windows color (decimal): -1071409 or 13608687. OLE color: 13608687.

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

Color convert

RGB239166207-
CMYK00.310.130.06
HSL326.3º69.52%79.41%-
HSV(B)326.3º30.54%93.73%-
XYZ60.550.1365.52-
YUV192.5136.18161.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 166 (65.23% from 255) = 27.12%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=39.05%
G=27.12%
B=33.82%

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
Decimal23916620700.310.130.06326.369.5279.41
HexEFA6CF01FD6146464f
Octal357246317037156506106117
Binary111011111010011011001111011111110111010100011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6CF; }

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

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

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

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

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

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

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

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