#EFA7C9

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

Shades of Lavender Pink #EFA7C9

Tints of Lavender Pink #EFA7C9

Color information

#EFA7C9 (or 0xEFA7C9) is unknown color: approx Lavender Pink. HEX triplet: EF, A7 and C9. RGB value is (239,167,201). Sum of RGB (Red+Green+Blue) = 239+167+201=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7C9 is #105836. Grayscale: #C0C0C0. Windows color (decimal): -1071159 or 13215727. OLE color: 13215727.

HSL color Cylindrical-coordinate representation of color #EFA7C9: hue angle of 331.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7C9 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239167201-
CMYK00.300.160.06
HSL331.67º69.23%79.61%-
HSV(B)331.67º30.13%93.73%-
XYZ59.9650.2161.79-
YUV192.4132.85161.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 201 (78.91% from 255) = 33.11%
R=39.37%
G=27.51%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916720100.300.160.06331.6769.2379.61
HexEFA7C901E10614c4550
Octal357247311036206514105120
Binary1110111110100111110010010111101000011010100110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7C9; }

 p { color: rgb(239,167,201); }

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

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

 a { background-color: rgb(239,167,201); }

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

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

 span { border-color: rgb(239,167,201); }

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