#EFA5D1

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

Shades of Lavender Pink #EFA5D1

Tints of Lavender Pink #EFA5D1

Color information

#EFA5D1 (or 0xEFA5D1) is unknown color: approx Lavender Pink. HEX triplet: EF, A5 and D1. RGB value is (239,165,209). Sum of RGB (Red+Green+Blue) = 239+165+209=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 209 (82.03% from 255 or 34.09% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5D1 is #105A2E. Grayscale: #C0C0C0. Windows color (decimal): -1071663 or 13739503. OLE color: 13739503.

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

Color convert

RGB239165209-
CMYK00.310.130.06
HSL324.32º69.81%79.22%-
HSV(B)324.32º30.96%93.73%-
XYZ60.5649.8666.75-
YUV192.14137.52161.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 209 (82.03% from 255) = 34.09%
R=38.99%
G=26.92%
B=34.09%

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
Decimal23916520900.310.130.06324.3269.8179.22
HexEFA5D101FD6144464f
Octal357245321037156504106117
Binary111011111010010111010001011111110111010100010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5D1; }

 p { color: rgb(239,165,209); }

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

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

 a { background-color: rgb(239,165,209); }

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

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

 span { border-color: rgb(239,165,209); }

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