#EFA9CB

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

Shades of Lavender Pink #EFA9CB

Tints of Lavender Pink #EFA9CB

Color information

#EFA9CB (or 0xEFA9CB) is unknown color: approx Lavender Pink. HEX triplet: EF, A9 and CB. RGB value is (239,169,203). Sum of RGB (Red+Green+Blue) = 239+169+203=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9CB is #105634. Grayscale: #C1C1C1. Windows color (decimal): -1070645 or 13347311. OLE color: 13347311.

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

Color convert

RGB239169203-
CMYK00.290.150.06
HSL330.86º68.63%80%-
HSV(B)330.86º29.29%93.73%-
XYZ60.5651.0463.16-
YUV193.81133.19160.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 203 (79.69% from 255) = 33.22%
R=39.12%
G=27.66%
B=33.22%

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
Decimal23916920300.290.150.06330.8668.6380
HexEFA9CB01DF614b4550
Octal357251313035176513105120
Binary111011111010100111001011011101111111010100101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9CB; }

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

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

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

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

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

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

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

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