#EFA6D0

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

Shades of Lavender Pink #EFA6D0

Tints of Lavender Pink #EFA6D0

Color information

#EFA6D0 (or 0xEFA6D0) is unknown color: approx Lavender Pink. HEX triplet: EF, A6 and D0. RGB value is (239,166,208). Sum of RGB (Red+Green+Blue) = 239+166+208=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6D0 is #10592F. Grayscale: #C0C0C0. Windows color (decimal): -1071408 or 13674223. OLE color: 13674223.

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

Color convert

RGB239166208-
CMYK00.310.130.06
HSL325.48º69.52%79.41%-
HSV(B)325.48º30.54%93.73%-
XYZ60.6250.1866.16-
YUV192.61136.68161.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=38.99%
G=27.08%
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
Decimal23916620800.310.130.06325.4869.5279.41
HexEFA6D001FD6145464f
Octal357246320037156505106117
Binary111011111010011011010000011111110111010100010110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6D0; }

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

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

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

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

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

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

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

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