#EFA2D0

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

Shades of Lavender Pink #EFA2D0

Tints of Lavender Pink #EFA2D0

Color information

#EFA2D0 (or 0xEFA2D0) is unknown color: approx Lavender Pink. HEX triplet: EF, A2 and D0. RGB value is (239,162,208). Sum of RGB (Red+Green+Blue) = 239+162+208=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2D0 is #105D2F. Grayscale: #BEBEBE. Windows color (decimal): -1072432 or 13673199. OLE color: 13673199.

HSL color Cylindrical-coordinate representation of color #EFA2D0: hue angle of 324.16º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2D0 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239162208-
CMYK00.320.130.06
HSL324.16º70.64%78.63%-
HSV(B)324.16º32.22%93.73%-
XYZ59.948.7565.93-
YUV190.27138.01162.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 162 (63.67% from 255) = 26.60%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=39.24%
G=26.60%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916220800.320.130.06324.1670.6478.63
HexEFA2D0020D6144474f
Octal357242320040156504107117
Binary1110111110100010110100000100000110111010100010010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2D0; }

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

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

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

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

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

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

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

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