#EFA3CD

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

Shades of Lavender Pink #EFA3CD

Tints of Lavender Pink #EFA3CD

Color information

#EFA3CD (or 0xEFA3CD) is unknown color: approx Lavender Pink. HEX triplet: EF, A3 and CD. RGB value is (239,163,205). Sum of RGB (Red+Green+Blue) = 239+163+205=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA3CD is #105C32. Grayscale: #BEBEBE. Windows color (decimal): -1072179 or 13476847. OLE color: 13476847.

HSL color Cylindrical-coordinate representation of color #EFA3CD: hue angle of 326.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3CD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239163205-
CMYK00.320.140.06
HSL326.84º70.37%78.82%-
HSV(B)326.84º31.8%93.73%-
XYZ59.7148.9564.06-
YUV190.51136.18162.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=39.37%
G=26.85%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916320500.320.140.06326.8470.3778.82
HexEFA3CD020E6147464f
Octal357243315040166507106117
Binary1110111110100011110011010100000111011010100011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3CD; }

 p { color: rgb(239,163,205); }

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

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

 a { background-color: rgb(239,163,205); }

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

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

 span { border-color: rgb(239,163,205); }

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