#EFA4CD

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

Shades of Lavender Pink #EFA4CD

Tints of Lavender Pink #EFA4CD

Color information

#EFA4CD (or 0xEFA4CD) is unknown color: approx Lavender Pink. HEX triplet: EF, A4 and CD. RGB value is (239,164,205). Sum of RGB (Red+Green+Blue) = 239+164+205=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CD is #105B32. Grayscale: #BFBFBF. Windows color (decimal): -1071923 or 13477103. OLE color: 13477103.

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

Color convert

RGB239164205-
CMYK00.310.140.06
HSL327.2º70.09%79.02%-
HSV(B)327.2º31.38%93.73%-
XYZ59.8949.3164.12-
YUV191.1135.85162.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=39.31%
G=26.97%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916420500.310.140.06327.270.0979.02
HexEFA4CD01FE6147464f
Octal357244315037166507106117
Binary111011111010010011001101011111111011010100011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4CD; }

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

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

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

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

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

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

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

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