#EFA9CA

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

Shades of Lavender Pink #EFA9CA

Tints of Lavender Pink #EFA9CA

Color information

#EFA9CA (or 0xEFA9CA) is unknown color: approx Lavender Pink. HEX triplet: EF, A9 and CA. RGB value is (239,169,202). Sum of RGB (Red+Green+Blue) = 239+169+202=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CA is #105635. Grayscale: #C1C1C1. Windows color (decimal): -1070646 or 13281775. OLE color: 13281775.

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

Color convert

RGB239169202-
CMYK00.290.150.06
HSL331.71º68.63%80%-
HSV(B)331.71º29.29%93.73%-
XYZ60.4550.9962.53-
YUV193.69132.69160.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=39.18%
G=27.70%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916920200.290.150.06331.7168.6380
HexEFA9CA01DF614c4550
Octal357251312035176514105120
Binary111011111010100111001010011101111111010100110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9CA; }

 p { color: rgb(239,169,202); }

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

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

 a { background-color: rgb(239,169,202); }

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

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

 span { border-color: rgb(239,169,202); }

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