#EFA4CC

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

Shades of Lavender Pink #EFA4CC

Tints of Lavender Pink #EFA4CC

Color information

#EFA4CC (or 0xEFA4CC) is unknown color: approx Lavender Pink. HEX triplet: EF, A4 and CC. RGB value is (239,164,204). Sum of RGB (Red+Green+Blue) = 239+164+204=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4CC is #105B33. Grayscale: #BEBEBE. Windows color (decimal): -1071924 or 13411567. OLE color: 13411567.

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

Color convert

RGB239164204-
CMYK00.310.150.06
HSL328º70.09%79.02%-
HSV(B)328º31.38%93.73%-
XYZ59.7749.2663.48-
YUV190.98135.35162.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=39.37%
G=27.02%
B=33.61%

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
Decimal23916420400.310.150.0632870.0979.02
HexEFA4CC01FF6148464f
Octal357244314037176510106117
Binary111011111010010011001100011111111111010100100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4CC; }

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

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

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

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

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

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

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

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