#EFA0CF

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

Shades of Lavender Pink #EFA0CF

Tints of Lavender Pink #EFA0CF

Color information

#EFA0CF (or 0xEFA0CF) is unknown color: approx Lavender Pink. HEX triplet: EF, A0 and CF. RGB value is (239,160,207). Sum of RGB (Red+Green+Blue) = 239+160+207=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0CF is #105F30. Grayscale: #BCBCBC. Windows color (decimal): -1072945 or 13607151. OLE color: 13607151.

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

Color convert

RGB239160207-
CMYK00.330.130.06
HSL324.3º71.17%78.24%-
HSV(B)324.3º33.05%93.73%-
XYZ59.434865.16-
YUV188.98138.17163.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=39.44%
G=26.40%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916020700.330.130.06324.371.1778.24
HexEFA0CF021D6144474e
Octal357240317041156504107116
Binary1110111110100000110011110100001110111010100010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0CF; }

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

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

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

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

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

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

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

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