#EFA5CB

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

Shades of Lavender Pink #EFA5CB

Tints of Lavender Pink #EFA5CB

Color information

#EFA5CB (or 0xEFA5CB) is unknown color: approx Lavender Pink. HEX triplet: EF, A5 and CB. RGB value is (239,165,203). Sum of RGB (Red+Green+Blue) = 239+165+203=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5CB is #105A34. Grayscale: #BFBFBF. Windows color (decimal): -1071669 or 13346287. OLE color: 13346287.

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

Color convert

RGB239165203-
CMYK00.310.150.06
HSL329.19º69.81%79.22%-
HSV(B)329.19º30.96%93.73%-
XYZ59.8349.5762.91-
YUV191.46134.52161.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=39.37%
G=27.18%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916520300.310.150.06329.1969.8179.22
HexEFA5CB01FF6149464f
Octal357245313037176511106117
Binary111011111010010111001011011111111111010100100110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5CB; }

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

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

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

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

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

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

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

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